Shades of Deluge #857BAB
Tints of Deluge #857BAB
RGB
CMYK
RGB Variations
Color information
#857BAB (or 0x857BAB) is known color: Deluge. HEX triplet: 85, 7B and AB. RGB value is (133,123,171). Sum of RGB (Red+Green+Blue) = 133+123+171=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #857BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857BAB is #7A8454. Grayscale: #838383. Windows color (decimal): -8029269 or 11238277. OLE color: 11238277.
HSL color Cylindrical-coordinate representation of color #857BAB: hue angle of 252.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857BAB is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 123 | 171 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.33 |
| HSL | 252.5º | 0.22% | 0.58% | - |
| HSV(B) | 252.5º | 0.28% | 0.67% | - |
| XYZ | 24.11 | 22.09 | 41.52 | - |
| YUV | 131.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 171 | 0.22 | 0.28 | 0 | 0.33 | 252.5 | 0.22 | 0.58 |
| Hex | 85 | 7B | AB | 16 | 1C | 0 | 21 | FD | 16 | 3A |
| Octal | 205 | 173 | 253 | 26 | 34 | 0 | 41 | 375 | 26 | 72 |
| Binary | 10000101 | 1111011 | 10101011 | 10110 | 11100 | 0 | 100001 | 11111101 | 10110 | 111010 |
Color Harmonies of #857BAB
Complementary color
Monochromatic Colors of #857BAB
Black with #857BAB
Text Example
Text Example
White with #857BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BAB; }
p { color: rgb(133,123,171); }
H1.HeaderClassName
{
color: #857BAB;
}
.AnyTagClassName
{
color: #857BAB;
}
</style>
background-color css
<style>
a { background-color: #857BAB; }
a { background-color: rgb(133,123,171); }
div.DivClassName
{
background-color: #857BAB;
}
.BgClassName
{
background-color: #857BAB;
}
</style>
border-color css
<style>
span { border-color: #857BAB; }
span { border-color: rgb(133,123,171); }
td.TdClassName
{
border-color: #857BAB;
}
.TagClassName
{
border-color: #857BAB;
}
</style>