#817EAA

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

Shades of Deluge #817EAA

Tints of Deluge #817EAA

Color information

#817EAA (or 0x817EAA) is unknown color: approx Deluge. HEX triplet: 81, 7E and AA. RGB value is (129,126,170). Sum of RGB (Red+Green+Blue) = 129+126+170=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #817EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817EAA is #7E8155. Grayscale: #838383. Windows color (decimal): -8290646 or 11173505. OLE color: 11173505.

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

Color convert

RGB129126170-
CMYK0.240.2600.33
HSL244.09º20.56%58.04%-
HSV(B)244.09º25.88%66.67%-
XYZ23.7722.4941.12-
YUV131.91149.49125.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 170 (66.80% from 255) = 40%
R=30.35%
G=29.65%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291261700.240.2600.33244.0920.5658.04
Hex817EAA181A021f4153a
Octal20117625230320413642572
Binary10000001111111010101010110001101001000011111010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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