#817AD9

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

Shades of Moody Blue #817AD9

Tints of Moody Blue #817AD9

Color information

#817AD9 (or 0x817AD9) is unknown color: approx Moody Blue. HEX triplet: 81, 7A and D9. RGB value is (129,122,217). Sum of RGB (Red+Green+Blue) = 129+122+217=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 217 - color contains mainly: blue. Hex color #817AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817AD9 is #7E8526. Grayscale: #868686. Windows color (decimal): -8291623 or 14252673. OLE color: 14252673.

HSL color Cylindrical-coordinate representation of color #817AD9: hue angle of 244.42º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #817AD9 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129122217-
CMYK0.410.4400.15
HSL244.42º55.56%66.47%-
HSV(B)244.42º43.78%85.1%-
XYZ28.5423.668.7-
YUV134.92174.32123.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.56%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 217 (85.16% from 255) = 46.37%
R=27.56%
G=26.07%
B=46.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291222170.410.4400.15244.4255.5666.47
Hex817AD9292C0Ff43842
Octal201172331515401736470102
Binary1000000111110101101100110100110110001111111101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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