#817395

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

Shades of Deluge #817395

Tints of Deluge #817395

Color information

#817395 (or 0x817395) is unknown color: approx Deluge. HEX triplet: 81, 73 and 95. RGB value is (129,115,149). Sum of RGB (Red+Green+Blue) = 129+115+149=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #817395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817395 is #7E8C6A. Grayscale: #7A7A7A. Windows color (decimal): -8293483 or 9794433. OLE color: 9794433.

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

Color convert

RGB129115149-
CMYK0.130.2300.42
HSL264.71º13.82%51.76%-
HSV(B)264.71º22.82%58.43%-
XYZ20.6119.131.03-
YUV123.06142.64132.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=32.82%
G=29.26%
B=37.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291151490.130.2300.42264.7113.8251.76
Hex817395D1702A109e34
Octal20116322515270524111664
Binary1000000111100111001010111011011101010101000010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817395; }

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

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

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

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

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

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

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

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