#7E81DA

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

Shades of Moody Blue #7E81DA

Tints of Moody Blue #7E81DA

Color information

#7E81DA (or 0x7E81DA) is unknown color: approx Moody Blue. HEX triplet: 7E, 81 and DA. RGB value is (126,129,218). Sum of RGB (Red+Green+Blue) = 126+129+218=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E81DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E81DA is #817E25. Grayscale: #898989. Windows color (decimal): -8486438 or 14319998. OLE color: 14319998.

HSL color Cylindrical-coordinate representation of color #7E81DA: hue angle of 238.04º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E81DA is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126129218-
CMYK0.420.4100.15
HSL238.04º55.42%67.45%-
HSV(B)238.04º42.2%85.49%-
XYZ29.1125.269.66-
YUV138.25173.01119.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=26.64%
G=27.27%
B=46.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261292180.420.4100.15238.0455.4267.45
Hex7E81DA2A290Fee3743
Octal176201332525101735667103
Binary1111110100000011101101010101010100101111111011101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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