#81779B

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

Shades of Deluge #81779B

Tints of Deluge #81779B

Color information

#81779B (or 0x81779B) is unknown color: approx Deluge. HEX triplet: 81, 77 and 9B. RGB value is (129,119,155). Sum of RGB (Red+Green+Blue) = 129+119+155=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #81779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81779B is #7E8864. Grayscale: #7D7D7D. Windows color (decimal): -8292453 or 10188673. OLE color: 10188673.

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

Color convert

RGB129119155-
CMYK0.170.2300.39
HSL256.67º15.25%53.73%-
HSV(B)256.67º23.23%60.78%-
XYZ21.5720.2333.78-
YUV126.09144.31130.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=32.01%
G=29.53%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291191550.170.2300.39256.6715.2553.73
Hex81779B1117027101f36
Octal20116723321270474011766
Binary10000001111011110011011100011011101001111000000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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