#817AA9

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

Shades of Deluge #817AA9

Tints of Deluge #817AA9

Color information

#817AA9 (or 0x817AA9) is unknown color: approx Deluge. HEX triplet: 81, 7A and A9. RGB value is (129,122,169). Sum of RGB (Red+Green+Blue) = 129+122+169=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 169 - color contains mainly: blue. Hex color #817AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817AA9 is #7E8556. Grayscale: #818181. Windows color (decimal): -8291671 or 11106945. OLE color: 11106945.

HSL color Cylindrical-coordinate representation of color #817AA9: hue angle of 248.94º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #817AA9 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB129122169-
CMYK0.240.2800.34
HSL248.94º21.46%57.06%-
HSV(B)248.94º27.81%66.27%-
XYZ23.1721.4540.46-
YUV129.45150.32127.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 169 (66.41% from 255) = 40.24%
R=30.71%
G=29.05%
B=40.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1291221690.240.2800.34248.9421.4657.06
Hex817AA9181C022f91539
Octal20117225130340423712571
Binary10000001111101010101001110001110001000101111100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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