Shades of Deluge #857FA9
Tints of Deluge #857FA9
RGB
CMYK
RGB Variations
Color information
#857FA9 (or 0x857FA9) is known color: Deluge. HEX triplet: 85, 7F and A9. RGB value is (133,127,169). Sum of RGB (Red+Green+Blue) = 133+127+169=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 169 - color contains mainly: blue. Hex color #857FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857FA9 is #7A8056. Grayscale: #858585. Windows color (decimal): -8028247 or 11108229. OLE color: 11108229.
HSL color Cylindrical-coordinate representation of color #857FA9: hue angle of 248.57º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #857FA9 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 127 | 169 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.34 |
| HSL | 248.57º | 0.2% | 0.58% | - |
| HSV(B) | 248.57º | 0.25% | 0.66% | - |
| XYZ | 24.42 | 23.03 | 40.69 | - |
| YUV | 133.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 169 | 0.21 | 0.25 | 0 | 0.34 | 248.57 | 0.2 | 0.58 |
| Hex | 85 | 7F | A9 | 15 | 19 | 0 | 22 | F9 | 14 | 3A |
| Octal | 205 | 177 | 251 | 25 | 31 | 0 | 42 | 371 | 24 | 72 |
| Binary | 10000101 | 1111111 | 10101001 | 10101 | 11001 | 0 | 100010 | 11111001 | 10100 | 111010 |
Color Harmonies of #857FA9
Complementary color
Monochromatic Colors of #857FA9
Black with #857FA9
Text Example
Text Example
White with #857FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FA9; }
p { color: rgb(133,127,169); }
H1.HeaderClassName
{
color: #857FA9;
}
.AnyTagClassName
{
color: #857FA9;
}
</style>
background-color css
<style>
a { background-color: #857FA9; }
a { background-color: rgb(133,127,169); }
div.DivClassName
{
background-color: #857FA9;
}
.BgClassName
{
background-color: #857FA9;
}
</style>
border-color css
<style>
span { border-color: #857FA9; }
span { border-color: rgb(133,127,169); }
td.TdClassName
{
border-color: #857FA9;
}
.TagClassName
{
border-color: #857FA9;
}
</style>