Shades of Deluge #857AAB
Tints of Deluge #857AAB
RGB
CMYK
RGB Variations
Color information
#857AAB (or 0x857AAB) is known color: Deluge. HEX triplet: 85, 7A and AB. RGB value is (133,122,171). Sum of RGB (Red+Green+Blue) = 133+122+171=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #857AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857AAB is #7A8554. Grayscale: #828282. Windows color (decimal): -8029525 or 11238021. OLE color: 11238021.
HSL color Cylindrical-coordinate representation of color #857AAB: hue angle of 253.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857AAB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 122 | 171 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.33 |
| HSL | 253.47º | 0.23% | 0.57% | - |
| HSV(B) | 253.47º | 0.29% | 0.67% | - |
| XYZ | 23.98 | 21.85 | 41.48 | - |
| YUV | 130.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 171 | 0.22 | 0.29 | 0 | 0.33 | 253.47 | 0.23 | 0.57 |
| Hex | 85 | 7A | AB | 16 | 1D | 0 | 21 | FD | 17 | 39 |
| Octal | 205 | 172 | 253 | 26 | 35 | 0 | 41 | 375 | 27 | 71 |
| Binary | 10000101 | 1111010 | 10101011 | 10110 | 11101 | 0 | 100001 | 11111101 | 10111 | 111001 |
Color Harmonies of #857AAB
Complementary color
Monochromatic Colors of #857AAB
Black with #857AAB
Text Example
Text Example
White with #857AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857AAB; }
p { color: rgb(133,122,171); }
H1.HeaderClassName
{
color: #857AAB;
}
.AnyTagClassName
{
color: #857AAB;
}
</style>
background-color css
<style>
a { background-color: #857AAB; }
a { background-color: rgb(133,122,171); }
div.DivClassName
{
background-color: #857AAB;
}
.BgClassName
{
background-color: #857AAB;
}
</style>
border-color css
<style>
span { border-color: #857AAB; }
span { border-color: rgb(133,122,171); }
td.TdClassName
{
border-color: #857AAB;
}
.TagClassName
{
border-color: #857AAB;
}
</style>