#817F93

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

Shades of Deluge #817F93

Tints of Deluge #817F93

Color information

#817F93 (or 0x817F93) is unknown color: approx Deluge. HEX triplet: 81, 7F and 93. RGB value is (129,127,147). Sum of RGB (Red+Green+Blue) = 129+127+147=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #817F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F93 is #7E806C. Grayscale: #818181. Windows color (decimal): -8290413 or 9666433. OLE color: 9666433.

HSL color Cylindrical-coordinate representation of color #817F93: hue angle of 246º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #817F93 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129127147-
CMYK0.120.1400.42
HSL246º8.47%53.73%-
HSV(B)246º13.61%57.65%-
XYZ21.9121.9530.69-
YUV129.88137.66127.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=32.01%
G=31.51%
B=36.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291271470.120.1400.422468.4753.73
Hex817F93CE02Af6836
Octal20117722314160523661066
Binary10000001111111110010011110011100101010111101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,127,147); }

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

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

 a { background-color: rgb(129,127,147); }

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

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

 span { border-color: rgb(129,127,147); }

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