Shades of Deluge #868099
Tints of Deluge #868099
RGB
CMYK
RGB Variations
Color information
#868099 (or 0x868099) is known color: Deluge. HEX triplet: 86, 80 and 99. RGB value is (134,128,153). Sum of RGB (Red+Green+Blue) = 134+128+153=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #868099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868099 is #797F66. Grayscale: #848484. Windows color (decimal): -7962471 or 10059910. OLE color: 10059910.
HSL color Cylindrical-coordinate representation of color #868099: hue angle of 254.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #868099 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 128 | 153 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.4 |
| HSL | 254.4º | 0.11% | 0.55% | - |
| HSV(B) | 254.4º | 0.16% | 0.6% | - |
| XYZ | 23.3 | 22.81 | 33.31 | - |
| YUV | 132.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 153 | 0.12 | 0.16 | 0 | 0.4 | 254.4 | 0.11 | 0.55 |
| Hex | 86 | 80 | 99 | C | 10 | 0 | 28 | FE | B | 37 |
| Octal | 206 | 200 | 231 | 14 | 20 | 0 | 50 | 376 | 13 | 67 |
| Binary | 10000110 | 10000000 | 10011001 | 1100 | 10000 | 0 | 101000 | 11111110 | 1011 | 110111 |
Color Harmonies of #868099
Complementary color
Monochromatic Colors of #868099
Black with #868099
Text Example
Text Example
White with #868099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868099; }
p { color: rgb(134,128,153); }
H1.HeaderClassName
{
color: #868099;
}
.AnyTagClassName
{
color: #868099;
}
</style>
background-color css
<style>
a { background-color: #868099; }
a { background-color: rgb(134,128,153); }
div.DivClassName
{
background-color: #868099;
}
.BgClassName
{
background-color: #868099;
}
</style>
border-color css
<style>
span { border-color: #868099; }
span { border-color: rgb(134,128,153); }
td.TdClassName
{
border-color: #868099;
}
.TagClassName
{
border-color: #868099;
}
</style>