#817AAF

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

Shades of Deluge #817AAF

Tints of Deluge #817AAF

Color information

#817AAF (or 0x817AAF) is unknown color: approx Deluge. HEX triplet: 81, 7A and AF. RGB value is (129,122,175). Sum of RGB (Red+Green+Blue) = 129+122+175=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #817AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817AAF is #7E8550. Grayscale: #818181. Windows color (decimal): -8291665 or 11500161. OLE color: 11500161.

HSL color Cylindrical-coordinate representation of color #817AAF: hue angle of 247.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #817AAF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129122175-
CMYK0.260.3000.31
HSL247.92º24.88%58.24%-
HSV(B)247.92º30.29%68.63%-
XYZ23.7521.6843.49-
YUV130.14153.32127.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.28%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=30.28%
G=28.64%
B=41.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291221750.260.3000.31247.9224.8858.24
Hex817AAF1A1E01Ff8193a
Octal20117225732360373703172
Binary1000000111110101010111111010111100111111111100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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