#817E9E

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

Shades of Deluge #817E9E

Tints of Deluge #817E9E

Color information

#817E9E (or 0x817E9E) is unknown color: approx Deluge. HEX triplet: 81, 7E and 9E. RGB value is (129,126,158). Sum of RGB (Red+Green+Blue) = 129+126+158=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #817E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E9E is #7E8161. Grayscale: #828282. Windows color (decimal): -8290658 or 10387073. OLE color: 10387073.

HSL color Cylindrical-coordinate representation of color #817E9E: hue angle of 245.63º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #817E9E is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129126158-
CMYK0.180.2000.38
HSL245.63º14.16%55.69%-
HSV(B)245.63º20.25%61.96%-
XYZ22.6922.0635.41-
YUV130.54143.49126.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=31.23%
G=30.51%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291261580.180.2000.38245.6314.1655.69
Hex817E9E1214026f6e38
Octal20117623622240463661670
Binary1000000111111101001111010010101000100110111101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817E9E; }

 p { color: rgb(129,126,158); }

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

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

 a { background-color: rgb(129,126,158); }

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

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

 span { border-color: rgb(129,126,158); }

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