#817597

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

Shades of Deluge #817597

Tints of Deluge #817597

Color information

#817597 (or 0x817597) is unknown color: approx Deluge. HEX triplet: 81, 75 and 97. RGB value is (129,117,151). Sum of RGB (Red+Green+Blue) = 129+117+151=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #817597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817597 is #7E8A68. Grayscale: #7C7C7C. Windows color (decimal): -8292969 or 9926017. OLE color: 9926017.

HSL color Cylindrical-coordinate representation of color #817597: hue angle of 261.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #817597 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB129117151-
CMYK0.150.2300.41
HSL261.18º14.05%52.55%-
HSV(B)261.18º22.52%59.22%-
XYZ2119.6231.96-
YUV124.46142.98131.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 117 (46.09% from 255) = 29.47%
BLUE value IS 151 (59.38% from 255) = 38.04%
R=32.49%
G=29.47%
B=38.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291171510.150.2300.41261.1814.0552.55
Hex817597F17029105e35
Octal20116522717270514051665
Binary1000000111101011001011111111011101010011000001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817597; }

 p { color: rgb(129,117,151); }

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

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

 a { background-color: rgb(129,117,151); }

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

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

 span { border-color: rgb(129,117,151); }

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