Shades of Deluge #858094
Tints of Deluge #858094
RGB
CMYK
RGB Variations
Color information
#858094 (or 0x858094) is known color: Deluge. HEX triplet: 85, 80 and 94. RGB value is (133,128,148). Sum of RGB (Red+Green+Blue) = 133+128+148=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 148 - color contains mainly: blue. Hex color #858094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858094 is #7A7F6B. Grayscale: #838383. Windows color (decimal): -8028012 or 9732229. OLE color: 9732229.
HSL color Cylindrical-coordinate representation of color #858094: hue angle of 255º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #858094 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 128 | 148 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.42 |
| HSL | 255º | 0.09% | 0.54% | - |
| HSV(B) | 255º | 0.14% | 0.58% | - |
| XYZ | 22.74 | 22.56 | 31.17 | - |
| YUV | 131.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 148 | 0.10 | 0.14 | 0 | 0.42 | 255 | 0.09 | 0.54 |
| Hex | 85 | 80 | 94 | A | E | 0 | 2A | FF | 9 | 36 |
| Octal | 205 | 200 | 224 | 12 | 16 | 0 | 52 | 377 | 11 | 66 |
| Binary | 10000101 | 10000000 | 10010100 | 1010 | 1110 | 0 | 101010 | 11111111 | 1001 | 110110 |
Color Harmonies of #858094
Complementary color
Monochromatic Colors of #858094
Black with #858094
Text Example
Text Example
White with #858094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858094; }
p { color: rgb(133,128,148); }
H1.HeaderClassName
{
color: #858094;
}
.AnyTagClassName
{
color: #858094;
}
</style>
background-color css
<style>
a { background-color: #858094; }
a { background-color: rgb(133,128,148); }
div.DivClassName
{
background-color: #858094;
}
.BgClassName
{
background-color: #858094;
}
</style>
border-color css
<style>
span { border-color: #858094; }
span { border-color: rgb(133,128,148); }
td.TdClassName
{
border-color: #858094;
}
.TagClassName
{
border-color: #858094;
}
</style>