#7E66CD

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

Shades of Moody Blue #7E66CD

Tints of Moody Blue #7E66CD

Color information

#7E66CD (or 0x7E66CD) is unknown color: approx Moody Blue. HEX triplet: 7E, 66 and CD. RGB value is (126,102,205). Sum of RGB (Red+Green+Blue) = 126+102+205=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E66CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E66CD is #819932. Grayscale: #787878. Windows color (decimal): -8493363 or 13461118. OLE color: 13461118.

HSL color Cylindrical-coordinate representation of color #7E66CD: hue angle of 253.98º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E66CD is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126102205-
CMYK0.390.5000.20
HSL253.98º50.74%60.2%-
HSV(B)253.98º50.24%80.39%-
XYZ24.3818.3560.01-
YUV120.92175.45131.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.10%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=29.10%
G=23.56%
B=47.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261022050.390.5000.20253.9850.7460.2
Hex7E66CD2732014fe333c
Octal17614631547620243766374
Binary111111011001101100110110011111001001010011111110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E66CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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