#81799D

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

Shades of Deluge #81799D

Tints of Deluge #81799D

Color information

#81799D (or 0x81799D) is unknown color: approx Deluge. HEX triplet: 81, 79 and 9D. RGB value is (129,121,157). Sum of RGB (Red+Green+Blue) = 129+121+157=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #81799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81799D is #7E8662. Grayscale: #7F7F7F. Windows color (decimal): -8291939 or 10320257. OLE color: 10320257.

HSL color Cylindrical-coordinate representation of color #81799D: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #81799D is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129121157-
CMYK0.180.2300.38
HSL253.33º15.52%54.51%-
HSV(B)253.33º22.93%61.57%-
XYZ21.9820.7834.75-
YUV127.5144.65129.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=31.70%
G=29.73%
B=38.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291211570.180.2300.38253.3315.5254.51
Hex81799D1217026fd1037
Octal20117123522270463752067
Binary10000001111100110011101100101011101001101111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81799D; }

 p { color: rgb(129,121,157); }

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

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

 a { background-color: rgb(129,121,157); }

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

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

 span { border-color: rgb(129,121,157); }

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