#817799

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

Shades of Deluge #817799

Tints of Deluge #817799

Color information

#817799 (or 0x817799) is unknown color: approx Deluge. HEX triplet: 81, 77 and 99. RGB value is (129,119,153). Sum of RGB (Red+Green+Blue) = 129+119+153=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #817799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817799 is #7E8866. Grayscale: #7D7D7D. Windows color (decimal): -8292455 or 10057601. OLE color: 10057601.

HSL color Cylindrical-coordinate representation of color #817799: hue angle of 257.65º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817799 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB129119153-
CMYK0.160.2200.4
HSL257.65º14.29%53.33%-
HSV(B)257.65º22.22%60%-
XYZ21.420.1632.9-
YUV125.87143.31130.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 119 (46.88% from 255) = 29.68%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=32.17%
G=29.68%
B=38.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291191530.160.2200.4257.6514.2953.33
Hex8177991016028102e35
Octal20116723120260504021665
Binary10000001111011110011001100001011001010001000000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817799; }

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

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

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

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

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

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

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

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