#817DDC

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

Shades of Moody Blue #817DDC

Tints of Moody Blue #817DDC

Color information

#817DDC (or 0x817DDC) is unknown color: approx Moody Blue. HEX triplet: 81, 7D and DC. RGB value is (129,125,220). Sum of RGB (Red+Green+Blue) = 129+125+220=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #817DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DDC is #7E8223. Grayscale: #888888. Windows color (decimal): -8290852 or 14450049. OLE color: 14450049.

HSL color Cylindrical-coordinate representation of color #817DDC: hue angle of 242.53º degrees, saturation: 0.58, 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 #817DDC is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129125220-
CMYK0.410.4300.14
HSL242.53º57.58%67.65%-
HSV(B)242.53º43.18%86.27%-
XYZ29.3124.570.89-
YUV137.03174.83122.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 220 (86.33% from 255) = 46.41%
R=27.22%
G=26.37%
B=46.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291252200.410.4300.14242.5357.5867.65
Hex817DDC292B0Ef33a44
Octal201175334515301636372104
Binary1000000111111011101110010100110101101110111100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817DDC; }

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

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

<style>
 a { background-color: #817DDC; }

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

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

<style>
 span { border-color: #817DDC; }

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

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