#817AAA

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

Shades of Deluge #817AAA

Tints of Deluge #817AAA

Color information

#817AAA (or 0x817AAA) is unknown color: approx Deluge. HEX triplet: 81, 7A and AA. RGB value is (129,122,170). Sum of RGB (Red+Green+Blue) = 129+122+170=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #817AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817AAA is #7E8555. Grayscale: #818181. Windows color (decimal): -8291670 or 11172481. OLE color: 11172481.

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

Color convert

RGB129122170-
CMYK0.240.2800.33
HSL248.75º22.02%57.25%-
HSV(B)248.75º28.24%66.67%-
XYZ23.2721.4940.95-
YUV129.56150.82127.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.64%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=30.64%
G=28.98%
B=40.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291221700.240.2800.33248.7522.0257.25
Hex817AAA181C021f91639
Octal20117225230340413712671
Binary10000001111101010101010110001110001000011111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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