#7D81CD

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

Shades of Moody Blue #7D81CD

Tints of Moody Blue #7D81CD

Color information

#7D81CD (or 0x7D81CD) is unknown color: approx Moody Blue. HEX triplet: 7D, 81 and CD. RGB value is (125,129,205). Sum of RGB (Red+Green+Blue) = 125+129+205=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D81CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D81CD is #827E32. Grayscale: #888888. Windows color (decimal): -8551987 or 13468029. OLE color: 13468029.

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

Color convert

RGB125129205-
CMYK0.390.3700.20
HSL237º44.44%64.71%-
HSV(B)237º39.02%80.39%-
XYZ27.3324.4761.04-
YUV136.47166.67119.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.23%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=27.23%
G=28.10%
B=44.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251292050.390.3700.2023744.4464.71
Hex7D81CD2725014ed2c41
Octal175201315474502435554101
Binary11111011000000111001101100111100101010100111011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D81CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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