#7E81DC

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

Shades of Moody Blue #7E81DC

Tints of Moody Blue #7E81DC

Color information

#7E81DC (or 0x7E81DC) is unknown color: approx Moody Blue. HEX triplet: 7E, 81 and DC. RGB value is (126,129,220). Sum of RGB (Red+Green+Blue) = 126+129+220=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E81DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E81DC is #817E23. Grayscale: #8A8A8A. Windows color (decimal): -8486436 or 14451070. OLE color: 14451070.

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

Color convert

RGB126129220-
CMYK0.430.4100.14
HSL238.09º57.32%67.84%-
HSV(B)238.09º42.73%86.27%-
XYZ29.3725.371.05-
YUV138.48174.01119.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.53%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=26.53%
G=27.16%
B=46.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261292200.430.4100.14238.0957.3267.84
Hex7E81DC2B290Eee3944
Octal176201334535101635671104
Binary1111110100000011101110010101110100101110111011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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