#817399

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

Shades of Deluge #817399

Tints of Deluge #817399

Color information

#817399 (or 0x817399) is unknown color: approx Deluge. HEX triplet: 81, 73 and 99. RGB value is (129,115,153). Sum of RGB (Red+Green+Blue) = 129+115+153=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #817399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817399 is #7E8C66. Grayscale: #7B7B7B. Windows color (decimal): -8293479 or 10056577. OLE color: 10056577.

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

Color convert

RGB129115153-
CMYK0.160.2500.4
HSL262.11º15.7%52.55%-
HSV(B)262.11º24.84%60%-
XYZ20.9319.2332.75-
YUV123.52144.64131.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=32.49%
G=28.97%
B=38.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291151530.160.2500.4262.1115.752.55
Hex81739910190281061035
Octal20116323120310504062065
Binary100000011110011100110011000011001010100010000011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817399; }

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

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

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

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

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

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

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

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