#81799B

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

Shades of Deluge #81799B

Tints of Deluge #81799B

Color information

#81799B (or 0x81799B) is unknown color: approx Deluge. HEX triplet: 81, 79 and 9B. RGB value is (129,121,155). Sum of RGB (Red+Green+Blue) = 129+121+155=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #81799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81799B is #7E8664. Grayscale: #7F7F7F. Windows color (decimal): -8291941 or 10189185. OLE color: 10189185.

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

Color convert

RGB129121155-
CMYK0.170.2200.39
HSL254.12º14.53%54.12%-
HSV(B)254.12º21.94%60.78%-
XYZ21.8120.7133.86-
YUV127.27143.65129.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=31.85%
G=29.88%
B=38.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291211550.170.2200.39254.1214.5354.12
Hex81799B1116027fef36
Octal20117123321260473761766
Binary1000000111110011001101110001101100100111111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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