#7E81CE

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

Shades of Moody Blue #7E81CE

Tints of Moody Blue #7E81CE

Color information

#7E81CE (or 0x7E81CE) is unknown color: approx Moody Blue. HEX triplet: 7E, 81 and CE. RGB value is (126,129,206). Sum of RGB (Red+Green+Blue) = 126+129+206=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E81CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E81CE is #817E31. Grayscale: #888888. Windows color (decimal): -8486450 or 13533566. OLE color: 13533566.

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

Color convert

RGB126129206-
CMYK0.390.3700.19
HSL237.75º44.94%65.1%-
HSV(B)237.75º38.83%80.78%-
XYZ27.624.5961.68-
YUV136.88167.01120.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.33%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=27.33%
G=27.98%
B=44.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261292060.390.3700.19237.7544.9465.1
Hex7E81CE2725013ee2d41
Octal176201316474502335655101
Binary11111101000000111001110100111100101010011111011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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