#7E66C9

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

Shades of Moody Blue #7E66C9

Tints of Moody Blue #7E66C9

Color information

#7E66C9 (or 0x7E66C9) is unknown color: approx Moody Blue. HEX triplet: 7E, 66 and C9. RGB value is (126,102,201). Sum of RGB (Red+Green+Blue) = 126+102+201=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #7E66C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E66C9 is #819936. Grayscale: #787878. Windows color (decimal): -8493367 or 13198974. OLE color: 13198974.

HSL color Cylindrical-coordinate representation of color #7E66C9: hue angle of 254.55º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E66C9 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB126102201-
CMYK0.370.4900.21
HSL254.55º47.83%59.41%-
HSV(B)254.55º49.25%78.82%-
XYZ23.918.1657.5-
YUV120.46173.45131.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.37%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 201 (78.91% from 255) = 46.85%
R=29.37%
G=23.78%
B=46.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261022010.370.4900.21254.5547.8359.41
Hex7E66C92531015ff303b
Octal17614631145610253776073
Binary111111011001101100100110010111000101010111111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E66C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,102,201); }

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

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

 a { background-color: rgb(126,102,201); }

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

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

 span { border-color: rgb(126,102,201); }

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