#817099

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

Shades of Deluge #817099

Tints of Deluge #817099

Color information

#817099 (or 0x817099) is unknown color: approx Deluge. HEX triplet: 81, 70 and 99. RGB value is (129,112,153). Sum of RGB (Red+Green+Blue) = 129+112+153=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #817099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817099 is #7E8F66. Grayscale: #797979. Windows color (decimal): -8294247 or 10055809. OLE color: 10055809.

HSL color Cylindrical-coordinate representation of color #817099: hue angle of 264.88º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #817099 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB129112153-
CMYK0.160.2700.4
HSL264.88º16.73%51.96%-
HSV(B)264.88º26.8%60%-
XYZ20.618.5632.63-
YUV121.76145.63133.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.74%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=32.74%
G=28.43%
B=38.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291121530.160.2700.4264.8816.7351.96
Hex817099101B0281091134
Octal20116023120330504112164
Binary100000011110000100110011000011011010100010000100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817099; }

 p { color: rgb(129,112,153); }

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

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

 a { background-color: rgb(129,112,153); }

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

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

 span { border-color: rgb(129,112,153); }

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