#817AAC

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

Shades of Deluge #817AAC

Tints of Deluge #817AAC

Color information

#817AAC (or 0x817AAC) is unknown color: approx Deluge. HEX triplet: 81, 7A and AC. RGB value is (129,122,172). Sum of RGB (Red+Green+Blue) = 129+122+172=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #817AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817AAC is #7E8553. Grayscale: #818181. Windows color (decimal): -8291668 or 11303553. OLE color: 11303553.

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

Color convert

RGB129122172-
CMYK0.250.2900.33
HSL248.4º23.15%57.65%-
HSV(B)248.4º29.07%67.45%-
XYZ23.4621.5641.96-
YUV129.79151.82127.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=30.50%
G=28.84%
B=40.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291221720.250.2900.33248.423.1557.65
Hex817AAC191D021f8173a
Octal20117225431350413702772
Binary10000001111101010101100110011110101000011111100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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