#7E7DBC

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

Shades of Moody Blue #7E7DBC

Tints of Moody Blue #7E7DBC

Color information

#7E7DBC (or 0x7E7DBC) is unknown color: approx Moody Blue. HEX triplet: 7E, 7D and BC. RGB value is (126,125,188). Sum of RGB (Red+Green+Blue) = 126+125+188=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E7DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7DBC is #818243. Grayscale: #848484. Windows color (decimal): -8487492 or 12352894. OLE color: 12352894.

HSL color Cylindrical-coordinate representation of color #7E7DBC: hue angle of 240.95º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E7DBC is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB126125188-
CMYK0.330.3400.26
HSL240.95º31.98%61.37%-
HSV(B)240.95º33.51%73.73%-
XYZ25.0122.7350.65-
YUV132.48159.33123.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.70%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=28.70%
G=28.47%
B=42.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261251880.330.3400.26240.9531.9861.37
Hex7E7DBC212201Af1203d
Octal17617527441420323614075
Binary111111011111011011110010000110001001101011110001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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