Shades of Deluge #858196
Tints of Deluge #858196
RGB
CMYK
RGB Variations
Color information
#858196 (or 0x858196) is known color: Deluge. HEX triplet: 85, 81 and 96. RGB value is (133,129,150). Sum of RGB (Red+Green+Blue) = 133+129+150=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #858196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858196 is #7A7E69. Grayscale: #848484. Windows color (decimal): -8027754 or 9863557. OLE color: 9863557.
HSL color Cylindrical-coordinate representation of color #858196: hue angle of 251.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #858196 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 129 | 150 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.41 |
| HSL | 251.43º | 0.09% | 0.55% | - |
| HSV(B) | 251.43º | 0.14% | 0.59% | - |
| XYZ | 23.03 | 22.89 | 32.06 | - |
| YUV | 132.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 150 | 0.11 | 0.14 | 0 | 0.41 | 251.43 | 0.09 | 0.55 |
| Hex | 85 | 81 | 96 | B | E | 0 | 29 | FB | 9 | 37 |
| Octal | 205 | 201 | 226 | 13 | 16 | 0 | 51 | 373 | 11 | 67 |
| Binary | 10000101 | 10000001 | 10010110 | 1011 | 1110 | 0 | 101001 | 11111011 | 1001 | 110111 |
Color Harmonies of #858196
Complementary color
Monochromatic Colors of #858196
Black with #858196
Text Example
Text Example
White with #858196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858196; }
p { color: rgb(133,129,150); }
H1.HeaderClassName
{
color: #858196;
}
.AnyTagClassName
{
color: #858196;
}
</style>
background-color css
<style>
a { background-color: #858196; }
a { background-color: rgb(133,129,150); }
div.DivClassName
{
background-color: #858196;
}
.BgClassName
{
background-color: #858196;
}
</style>
border-color css
<style>
span { border-color: #858196; }
span { border-color: rgb(133,129,150); }
td.TdClassName
{
border-color: #858196;
}
.TagClassName
{
border-color: #858196;
}
</style>