Shades of Deluge #857BAF
Tints of Deluge #857BAF
RGB
CMYK
RGB Variations
Color information
#857BAF (or 0x857BAF) is known color: Deluge. HEX triplet: 85, 7B and AF. RGB value is (133,123,175). Sum of RGB (Red+Green+Blue) = 133+123+175=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #857BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857BAF is #7A8450. Grayscale: #838383. Windows color (decimal): -8029265 or 11500421. OLE color: 11500421.
HSL color Cylindrical-coordinate representation of color #857BAF: hue angle of 251.54º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #857BAF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 123 | 175 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.31 |
| HSL | 251.54º | 0.25% | 0.58% | - |
| HSV(B) | 251.54º | 0.3% | 0.69% | - |
| XYZ | 24.49 | 22.25 | 43.56 | - |
| YUV | 131.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 175 | 0.24 | 0.30 | 0 | 0.31 | 251.54 | 0.25 | 0.58 |
| Hex | 85 | 7B | AF | 18 | 1E | 0 | 1F | FC | 19 | 3A |
| Octal | 205 | 173 | 257 | 30 | 36 | 0 | 37 | 374 | 31 | 72 |
| Binary | 10000101 | 1111011 | 10101111 | 11000 | 11110 | 0 | 11111 | 11111100 | 11001 | 111010 |
Color Harmonies of #857BAF
Complementary color
Monochromatic Colors of #857BAF
Black with #857BAF
Text Example
Text Example
White with #857BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BAF; }
p { color: rgb(133,123,175); }
H1.HeaderClassName
{
color: #857BAF;
}
.AnyTagClassName
{
color: #857BAF;
}
</style>
background-color css
<style>
a { background-color: #857BAF; }
a { background-color: rgb(133,123,175); }
div.DivClassName
{
background-color: #857BAF;
}
.BgClassName
{
background-color: #857BAF;
}
</style>
border-color css
<style>
span { border-color: #857BAF; }
span { border-color: rgb(133,123,175); }
td.TdClassName
{
border-color: #857BAF;
}
.TagClassName
{
border-color: #857BAF;
}
</style>