#817595

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

Shades of Deluge #817595

Tints of Deluge #817595

Color information

#817595 (or 0x817595) is unknown color: approx Deluge. HEX triplet: 81, 75 and 95. RGB value is (129,117,149). Sum of RGB (Red+Green+Blue) = 129+117+149=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #817595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817595 is #7E8A6A. Grayscale: #7C7C7C. Windows color (decimal): -8292971 or 9794945. OLE color: 9794945.

HSL color Cylindrical-coordinate representation of color #817595: hue angle of 262.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817595 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129117149-
CMYK0.130.2100.42
HSL262.5º13.11%52.16%-
HSV(B)262.5º21.48%58.43%-
XYZ20.8419.5631.11-
YUV124.24141.98131.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=32.66%
G=29.62%
B=37.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291171490.130.2100.42262.513.1152.16
Hex817595D1502A106d34
Octal20116522515250524061564
Binary1000000111101011001010111011010101010101000001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817595; }

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

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

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

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

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

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

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

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