Shades of Deluge #857E98
Tints of Deluge #857E98
RGB
CMYK
RGB Variations
Color information
#857E98 (or 0x857E98) is known color: Deluge. HEX triplet: 85, 7E and 98. RGB value is (133,126,152). Sum of RGB (Red+Green+Blue) = 133+126+152=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #857E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857E98 is #7A8167. Grayscale: #828282. Windows color (decimal): -8028520 or 9993861. OLE color: 9993861.
HSL color Cylindrical-coordinate representation of color #857E98: hue angle of 256.15º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #857E98 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 126 | 152 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.40 |
| HSL | 256.15º | 0.11% | 0.55% | - |
| HSV(B) | 256.15º | 0.17% | 0.6% | - |
| XYZ | 22.8 | 22.18 | 32.78 | - |
| YUV | 131.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 152 | 0.13 | 0.17 | 0 | 0.40 | 256.15 | 0.11 | 0.55 |
| Hex | 85 | 7E | 98 | D | 11 | 0 | 28 | 100 | B | 37 |
| Octal | 205 | 176 | 230 | 15 | 21 | 0 | 50 | 400 | 13 | 67 |
| Binary | 10000101 | 1111110 | 10011000 | 1101 | 10001 | 0 | 101000 | 100000000 | 1011 | 110111 |
Color Harmonies of #857E98
Complementary color
Monochromatic Colors of #857E98
Black with #857E98
Text Example
Text Example
White with #857E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E98; }
p { color: rgb(133,126,152); }
H1.HeaderClassName
{
color: #857E98;
}
.AnyTagClassName
{
color: #857E98;
}
</style>
background-color css
<style>
a { background-color: #857E98; }
a { background-color: rgb(133,126,152); }
div.DivClassName
{
background-color: #857E98;
}
.BgClassName
{
background-color: #857E98;
}
</style>
border-color css
<style>
span { border-color: #857E98; }
span { border-color: rgb(133,126,152); }
td.TdClassName
{
border-color: #857E98;
}
.TagClassName
{
border-color: #857E98;
}
</style>