Shades of Deluge #857EAF
Tints of Deluge #857EAF
RGB
CMYK
RGB Variations
Color information
#857EAF (or 0x857EAF) is known color: Deluge. HEX triplet: 85, 7E and AF. RGB value is (133,126,175). Sum of RGB (Red+Green+Blue) = 133+126+175=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #857EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857EAF is #7A8150. Grayscale: #858585. Windows color (decimal): -8028497 or 11501189. OLE color: 11501189.
HSL color Cylindrical-coordinate representation of color #857EAF: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857EAF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 126 | 175 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.31 |
| HSL | 248.57º | 0.23% | 0.59% | - |
| HSV(B) | 248.57º | 0.28% | 0.69% | - |
| XYZ | 24.87 | 23 | 43.69 | - |
| YUV | 133.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 175 | 0.24 | 0.28 | 0 | 0.31 | 248.57 | 0.23 | 0.59 |
| Hex | 85 | 7E | AF | 18 | 1C | 0 | 1F | F9 | 17 | 3B |
| Octal | 205 | 176 | 257 | 30 | 34 | 0 | 37 | 371 | 27 | 73 |
| Binary | 10000101 | 1111110 | 10101111 | 11000 | 11100 | 0 | 11111 | 11111001 | 10111 | 111011 |
Color Harmonies of #857EAF
Complementary color
Monochromatic Colors of #857EAF
Black with #857EAF
Text Example
Text Example
White with #857EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857EAF; }
p { color: rgb(133,126,175); }
H1.HeaderClassName
{
color: #857EAF;
}
.AnyTagClassName
{
color: #857EAF;
}
</style>
background-color css
<style>
a { background-color: #857EAF; }
a { background-color: rgb(133,126,175); }
div.DivClassName
{
background-color: #857EAF;
}
.BgClassName
{
background-color: #857EAF;
}
</style>
border-color css
<style>
span { border-color: #857EAF; }
span { border-color: rgb(133,126,175); }
td.TdClassName
{
border-color: #857EAF;
}
.TagClassName
{
border-color: #857EAF;
}
</style>