#7D81DD

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

Shades of Moody Blue #7D81DD

Tints of Moody Blue #7D81DD

Color information

#7D81DD (or 0x7D81DD) is unknown color: approx Moody Blue. HEX triplet: 7D, 81 and DD. RGB value is (125,129,221). Sum of RGB (Red+Green+Blue) = 125+129+221=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D81DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D81DD is #827E22. Grayscale: #898989. Windows color (decimal): -8551971 or 14516605. OLE color: 14516605.

HSL color Cylindrical-coordinate representation of color #7D81DD: hue angle of 237.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D81DD is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125129221-
CMYK0.430.4200.13
HSL237.5º58.54%67.84%-
HSV(B)237.5º43.44%86.67%-
XYZ29.3625.2871.74-
YUV138.29174.67118.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=26.32%
G=27.16%
B=46.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251292210.430.4200.13237.558.5467.84
Hex7D81DD2B2A0Dee3b44
Octal175201335535201535673104
Binary1111101100000011101110110101110101001101111011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,129,221); }

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

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

 a { background-color: rgb(125,129,221); }

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

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

 span { border-color: rgb(125,129,221); }

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