#817CAA

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

Shades of Deluge #817CAA

Tints of Deluge #817CAA

Color information

#817CAA (or 0x817CAA) is unknown color: approx Deluge. HEX triplet: 81, 7C and AA. RGB value is (129,124,170). Sum of RGB (Red+Green+Blue) = 129+124+170=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #817CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817CAA is #7E8355. Grayscale: #828282. Windows color (decimal): -8291158 or 11172993. OLE color: 11172993.

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

Color convert

RGB129124170-
CMYK0.240.2700.33
HSL246.52º21.3%57.65%-
HSV(B)246.52º27.06%66.67%-
XYZ23.5221.9841.03-
YUV130.74150.16126.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=30.50%
G=29.31%
B=40.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291241700.240.2700.33246.5221.357.65
Hex817CAA181B021f7153a
Octal20117425230330413672572
Binary10000001111110010101010110001101101000011111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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