#81719C

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

Shades of Deluge #81719C

Tints of Deluge #81719C

Color information

#81719C (or 0x81719C) is unknown color: approx Deluge. HEX triplet: 81, 71 and 9C. RGB value is (129,113,156). Sum of RGB (Red+Green+Blue) = 129+113+156=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #81719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81719C is #7E8E63. Grayscale: #7A7A7A. Windows color (decimal): -8293988 or 10252673. OLE color: 10252673.

HSL color Cylindrical-coordinate representation of color #81719C: hue angle of 262.33º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81719C is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129113156-
CMYK0.170.2800.39
HSL262.33º17.84%52.75%-
HSV(B)262.33º27.56%61.18%-
XYZ20.9618.8833.99-
YUV122.69146.8132.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.41%
GREEN value IS 113 (44.53% from 255) = 28.39%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=32.41%
G=28.39%
B=39.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291131560.170.2800.39262.3317.8452.75
Hex81719C111C0271061235
Octal20116123421340474062265
Binary100000011110001100111001000111100010011110000011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81719C; }

 p { color: rgb(129,113,156); }

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

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

 a { background-color: rgb(129,113,156); }

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

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

 span { border-color: rgb(129,113,156); }

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