#817796

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

Shades of Deluge #817796

Tints of Deluge #817796

Color information

#817796 (or 0x817796) is unknown color: approx Deluge. HEX triplet: 81, 77 and 96. RGB value is (129,119,150). Sum of RGB (Red+Green+Blue) = 129+119+150=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #817796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817796 is #7E8869. Grayscale: #7D7D7D. Windows color (decimal): -8292458 or 9860993. OLE color: 9860993.

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

Color convert

RGB129119150-
CMYK0.140.2100.41
HSL259.35º12.86%52.75%-
HSV(B)259.35º20.67%58.82%-
XYZ21.1620.0631.61-
YUV125.52141.81130.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.41%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=32.41%
G=29.90%
B=37.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291191500.140.2100.41259.3512.8652.75
Hex817796E15029103d35
Octal20116722616250514031565
Binary1000000111101111001011011101010101010011000000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817796; }

 p { color: rgb(129,119,150); }

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

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

 a { background-color: rgb(129,119,150); }

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

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

 span { border-color: rgb(129,119,150); }

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