#817DCA

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

Shades of Moody Blue #817DCA

Tints of Moody Blue #817DCA

Color information

#817DCA (or 0x817DCA) is unknown color: approx Moody Blue. HEX triplet: 81, 7D and CA. RGB value is (129,125,202). Sum of RGB (Red+Green+Blue) = 129+125+202=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #817DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DCA is #7E8235. Grayscale: #868686. Windows color (decimal): -8290870 or 13270401. OLE color: 13270401.

HSL color Cylindrical-coordinate representation of color #817DCA: hue angle of 243.12º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #817DCA is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129125202-
CMYK0.360.3800.21
HSL243.12º42.08%64.12%-
HSV(B)243.12º38.12%79.22%-
XYZ27.0523.659.01-
YUV134.97165.83123.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=28.29%
G=27.41%
B=44.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291252020.360.3800.21243.1242.0864.12
Hex817DCA2426015f32a40
Octal201175312444602536352100
Binary10000001111110111001010100100100110010101111100111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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