#81709B

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

Shades of Deluge #81709B

Tints of Deluge #81709B

Color information

#81709B (or 0x81709B) is unknown color: approx Deluge. HEX triplet: 81, 70 and 9B. RGB value is (129,112,155). Sum of RGB (Red+Green+Blue) = 129+112+155=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #81709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81709B is #7E8F64. Grayscale: #797979. Windows color (decimal): -8294245 or 10186881. OLE color: 10186881.

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

Color convert

RGB129112155-
CMYK0.170.2800.39
HSL263.72º17.7%52.35%-
HSV(B)263.72º27.74%60.78%-
XYZ20.7618.6233.51-
YUV121.98146.63133-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.58%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=32.58%
G=28.28%
B=39.14%

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
Decimal1291121550.170.2800.39263.7217.752.35
Hex81709B111C0271081234
Octal20116023321340474102264
Binary100000011110000100110111000111100010011110000100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81709B; }

 p { color: rgb(129,112,155); }

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

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

 a { background-color: rgb(129,112,155); }

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

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

 span { border-color: rgb(129,112,155); }

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