Shades of Deluge #81789B
Tints of Deluge #81789B
RGB
CMYK
RGB Variations
Color information
#81789B (or 0x81789B) is known color: Deluge. HEX triplet: 81, 78 and 9B. RGB value is (129,120,155). Sum of RGB (Red+Green+Blue) = 129+120+155=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #81789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81789B is #7E8764. Grayscale: #7E7E7E. Windows color (decimal): -8292197 or 10188929. OLE color: 10188929.
HSL color Cylindrical-coordinate representation of color #81789B: hue angle of 255.43º 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 #81789B is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 120 | 155 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.39 |
| HSL | 255.43º | 0.15% | 0.54% | - |
| HSV(B) | 255.43º | 0.23% | 0.61% | - |
| XYZ | 21.69 | 20.47 | 33.82 | - |
| YUV | 126.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 155 | 0.17 | 0.23 | 0 | 0.39 | 255.43 | 0.15 | 0.54 |
| Hex | 81 | 78 | 9B | 11 | 17 | 0 | 27 | FF | F | 36 |
| Octal | 201 | 170 | 233 | 21 | 27 | 0 | 47 | 377 | 17 | 66 |
| Binary | 10000001 | 1111000 | 10011011 | 10001 | 10111 | 0 | 100111 | 11111111 | 1111 | 110110 |
Color Harmonies of #81789B
Complementary color
Monochromatic Colors of #81789B
Black with #81789B
Text Example
Text Example
White with #81789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81789B; }
p { color: rgb(129,120,155); }
H1.HeaderClassName
{
color: #81789B;
}
.AnyTagClassName
{
color: #81789B;
}
</style>
background-color css
<style>
a { background-color: #81789B; }
a { background-color: rgb(129,120,155); }
div.DivClassName
{
background-color: #81789B;
}
.BgClassName
{
background-color: #81789B;
}
</style>
border-color css
<style>
span { border-color: #81789B; }
span { border-color: rgb(129,120,155); }
td.TdClassName
{
border-color: #81789B;
}
.TagClassName
{
border-color: #81789B;
}
</style>