#7C81CE

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

Shades of Moody Blue #7C81CE

Tints of Moody Blue #7C81CE

Color information

#7C81CE (or 0x7C81CE) is unknown color: approx Moody Blue. HEX triplet: 7C, 81 and CE. RGB value is (124,129,206). Sum of RGB (Red+Green+Blue) = 124+129+206=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C81CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C81CE is #837E31. Grayscale: #878787. Windows color (decimal): -8617522 or 13533564. OLE color: 13533564.

HSL color Cylindrical-coordinate representation of color #7C81CE: hue angle of 236.34º 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 #7C81CE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124129206-
CMYK0.400.3700.19
HSL236.34º45.56%64.71%-
HSV(B)236.34º39.81%80.78%-
XYZ27.324.4461.67-
YUV136.28167.34119.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.02%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=27.02%
G=28.10%
B=44.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241292060.400.3700.19236.3445.5664.71
Hex7C81CE2825013ec2e41
Octal174201316504502335456101
Binary11111001000000111001110101000100101010011111011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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