#7D70BC

Color #7D70BC Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7D70BC

Tints of Moody Blue #7D70BC

Color information

#7D70BC (or 0x7D70BC) is unknown color: approx Moody Blue. HEX triplet: 7D, 70 and BC. RGB value is (125,112,188). Sum of RGB (Red+Green+Blue) = 125+112+188=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D70BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70BC is #828F43. Grayscale: #7C7C7C. Windows color (decimal): -8556356 or 12349565. OLE color: 12349565.

HSL color Cylindrical-coordinate representation of color #7D70BC: hue angle of 250.26º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D70BC is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB125112188-
CMYK0.340.4000.26
HSL250.26º36.19%58.82%-
HSV(B)250.26º40.43%73.73%-
XYZ23.3319.5850.13-
YUV124.55163.81128.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 29.41%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 188 (73.83% from 255) = 44.24%
R=29.41%
G=26.35%
B=44.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251121880.340.4000.26250.2636.1958.82
Hex7D70BC222801Afa243b
Octal17516027442500323724473
Binary111110111100001011110010001010100001101011111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D70BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D70BC; }

 p { color: rgb(125,112,188); }

 H1.HeaderClassName
 {
   color: #7D70BC;
 }
 .AnyTagClassName
 {
   color: #7D70BC;
 }
</style>
background-color css

<style>
 a { background-color: #7D70BC; }

 a { background-color: rgb(125,112,188); }

 div.DivClassName
 {
   background-color: #7D70BC;
 }
 .BgClassName
 {
   background-color: #7D70BC;
 }
</style>
border-color css

<style>
 span { border-color: #7D70BC; }

 span { border-color: rgb(125,112,188); }

 td.TdClassName
 {
   border-color: #7D70BC;
 }
 .TagClassName
 {
   border-color: #7D70BC;
 }
</style>