#7E7CCE

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

Shades of Moody Blue #7E7CCE

Tints of Moody Blue #7E7CCE

Color information

#7E7CCE (or 0x7E7CCE) is unknown color: approx Moody Blue. HEX triplet: 7E, 7C and CE. RGB value is (126,124,206). Sum of RGB (Red+Green+Blue) = 126+124+206=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E7CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7CCE is #818331. Grayscale: #858585. Windows color (decimal): -8487730 or 13532286. OLE color: 13532286.

HSL color Cylindrical-coordinate representation of color #7E7CCE: hue angle of 241.46º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E7CCE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126124206-
CMYK0.390.4000.19
HSL241.46º45.56%64.71%-
HSV(B)241.46º39.81%80.78%-
XYZ26.9523.3161.47-
YUV133.95168.66122.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.63%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=27.63%
G=27.19%
B=45.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261242060.390.4000.19241.4645.5664.71
Hex7E7CCE2728013f12e41
Octal176174316475002336156101
Binary1111110111110011001110100111101000010011111100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,124,206); }

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

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

 a { background-color: rgb(126,124,206); }

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

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

 span { border-color: rgb(126,124,206); }

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