#817695

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

Shades of Deluge #817695

Tints of Deluge #817695

Color information

#817695 (or 0x817695) is unknown color: approx Deluge. HEX triplet: 81, 76 and 95. RGB value is (129,118,149). Sum of RGB (Red+Green+Blue) = 129+118+149=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #817695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817695 is #7E896A. Grayscale: #7C7C7C. Windows color (decimal): -8292715 or 9795201. OLE color: 9795201.

HSL color Cylindrical-coordinate representation of color #817695: hue angle of 261.29º 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 #817695 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129118149-
CMYK0.130.2100.42
HSL261.29º12.76%52.35%-
HSV(B)261.29º20.81%58.43%-
XYZ20.9619.7931.15-
YUV124.82141.64130.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.58%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=32.58%
G=29.80%
B=37.63%

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
Decimal1291181490.130.2100.42261.2912.7652.35
Hex817695D1502A105d34
Octal20116622515250524051564
Binary1000000111101101001010111011010101010101000001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817695; }

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

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

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

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

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

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

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

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