#81739F

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

Shades of Deluge #81739F

Tints of Deluge #81739F

Color information

#81739F (or 0x81739F) is unknown color: approx Deluge. HEX triplet: 81, 73 and 9F. RGB value is (129,115,159). Sum of RGB (Red+Green+Blue) = 129+115+159=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #81739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81739F is #7E8C60. Grayscale: #7C7C7C. Windows color (decimal): -8293473 or 10449793. OLE color: 10449793.

HSL color Cylindrical-coordinate representation of color #81739F: hue angle of 259.09º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81739F is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129115159-
CMYK0.190.2800.38
HSL259.09º18.64%53.73%-
HSV(B)259.09º27.67%62.35%-
XYZ21.4419.4335.42-
YUV124.2147.64131.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=32.01%
G=28.54%
B=39.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291151590.190.2800.38259.0918.6453.73
Hex81739F131C0261031336
Octal20116323723340464032366
Binary100000011110011100111111001111100010011010000001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81739F; }

 p { color: rgb(129,115,159); }

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

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

 a { background-color: rgb(129,115,159); }

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

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

 span { border-color: rgb(129,115,159); }

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