#7E81DB

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

Shades of Moody Blue #7E81DB

Tints of Moody Blue #7E81DB

Color information

#7E81DB (or 0x7E81DB) is unknown color: approx Moody Blue. HEX triplet: 7E, 81 and DB. RGB value is (126,129,219). Sum of RGB (Red+Green+Blue) = 126+129+219=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E81DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E81DB is #817E24. Grayscale: #8A8A8A. Windows color (decimal): -8486437 or 14385534. OLE color: 14385534.

HSL color Cylindrical-coordinate representation of color #7E81DB: hue angle of 238.06º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E81DB is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126129219-
CMYK0.420.4100.14
HSL238.06º56.36%67.65%-
HSV(B)238.06º42.47%85.88%-
XYZ29.2425.2570.35-
YUV138.36173.51119.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.58%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 219 (85.94% from 255) = 46.20%
R=26.58%
G=27.22%
B=46.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261292190.420.4100.14238.0656.3667.65
Hex7E81DB2A290Eee3844
Octal176201333525101635670104
Binary1111110100000011101101110101010100101110111011101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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