#81769F

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

Shades of Deluge #81769F

Tints of Deluge #81769F

Color information

#81769F (or 0x81769F) is unknown color: approx Deluge. HEX triplet: 81, 76 and 9F. RGB value is (129,118,159). Sum of RGB (Red+Green+Blue) = 129+118+159=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #81769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81769F is #7E8960. Grayscale: #7D7D7D. Windows color (decimal): -8292705 or 10450561. OLE color: 10450561.

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

Color convert

RGB129118159-
CMYK0.190.2600.38
HSL256.1º17.6%54.31%-
HSV(B)256.1º25.79%62.35%-
XYZ21.7920.1335.54-
YUV125.96146.64130.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=31.77%
G=29.06%
B=39.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291181590.190.2600.38256.117.654.31
Hex81769F131A0261001236
Octal20116623723320464002266
Binary100000011110110100111111001111010010011010000000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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