#817DCD

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

Shades of Moody Blue #817DCD

Tints of Moody Blue #817DCD

Color information

#817DCD (or 0x817DCD) is unknown color: approx Moody Blue. HEX triplet: 81, 7D and CD. RGB value is (129,125,205). Sum of RGB (Red+Green+Blue) = 129+125+205=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 125 (49.22% from 255 or 27.23% 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 #817DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DCD is #7E8232. Grayscale: #878787. Windows color (decimal): -8290867 or 13467009. OLE color: 13467009.

HSL color Cylindrical-coordinate representation of color #817DCD: hue angle of 243º 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 #817DCD is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129125205-
CMYK0.370.3900.20
HSL243º44.44%64.71%-
HSV(B)243º39.02%80.39%-
XYZ27.4123.7460.9-
YUV135.32167.33123.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291252050.370.3900.2024344.4464.71
Hex817DCD2527014f32c41
Octal201175315454702436354101
Binary10000001111110111001101100101100111010100111100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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