Shades of Deluge #857BAD
Tints of Deluge #857BAD
RGB
CMYK
RGB Variations
Color information
#857BAD (or 0x857BAD) is known color: Deluge. HEX triplet: 85, 7B and AD. RGB value is (133,123,173). Sum of RGB (Red+Green+Blue) = 133+123+173=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #857BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857BAD is #7A8452. Grayscale: #838383. Windows color (decimal): -8029267 or 11369349. OLE color: 11369349.
HSL color Cylindrical-coordinate representation of color #857BAD: hue angle of 252º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857BAD is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 123 | 173 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.32 |
| HSL | 252º | 0.23% | 0.58% | - |
| HSV(B) | 252º | 0.29% | 0.68% | - |
| XYZ | 24.3 | 22.17 | 42.53 | - |
| YUV | 131.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 173 | 0.23 | 0.29 | 0 | 0.32 | 252 | 0.23 | 0.58 |
| Hex | 85 | 7B | AD | 17 | 1D | 0 | 20 | FC | 17 | 3A |
| Octal | 205 | 173 | 255 | 27 | 35 | 0 | 40 | 374 | 27 | 72 |
| Binary | 10000101 | 1111011 | 10101101 | 10111 | 11101 | 0 | 100000 | 11111100 | 10111 | 111010 |
Color Harmonies of #857BAD
Complementary color
Monochromatic Colors of #857BAD
Black with #857BAD
Text Example
Text Example
White with #857BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BAD; }
p { color: rgb(133,123,173); }
H1.HeaderClassName
{
color: #857BAD;
}
.AnyTagClassName
{
color: #857BAD;
}
</style>
background-color css
<style>
a { background-color: #857BAD; }
a { background-color: rgb(133,123,173); }
div.DivClassName
{
background-color: #857BAD;
}
.BgClassName
{
background-color: #857BAD;
}
</style>
border-color css
<style>
span { border-color: #857BAD; }
span { border-color: rgb(133,123,173); }
td.TdClassName
{
border-color: #857BAD;
}
.TagClassName
{
border-color: #857BAD;
}
</style>