#817ACD

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

Shades of Moody Blue #817ACD

Tints of Moody Blue #817ACD

Color information

#817ACD (or 0x817ACD) is unknown color: approx Moody Blue. HEX triplet: 81, 7A and CD. RGB value is (129,122,205). Sum of RGB (Red+Green+Blue) = 129+122+205=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #817ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817ACD is #7E8532. Grayscale: #858585. Windows color (decimal): -8291635 or 13466241. OLE color: 13466241.

HSL color Cylindrical-coordinate representation of color #817ACD: hue angle of 245.06º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #817ACD is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129122205-
CMYK0.370.4000.20
HSL245.06º45.36%64.12%-
HSV(B)245.06º40.49%80.39%-
XYZ27.0322.9960.77-
YUV133.55168.32124.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=28.29%
G=26.75%
B=44.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291222050.370.4000.20245.0645.3664.12
Hex817ACD2528014f52d40
Octal201172315455002436555100
Binary10000001111101011001101100101101000010100111101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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