Shades of Deluge #857BAA
Tints of Deluge #857BAA
RGB
CMYK
RGB Variations
Color information
#857BAA (or 0x857BAA) is known color: Deluge. HEX triplet: 85, 7B and AA. RGB value is (133,123,170). Sum of RGB (Red+Green+Blue) = 133+123+170=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #857BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857BAA is #7A8455. Grayscale: #838383. Windows color (decimal): -8029270 or 11172741. OLE color: 11172741.
HSL color Cylindrical-coordinate representation of color #857BAA: hue angle of 252.77º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857BAA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 123 | 170 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.33 |
| HSL | 252.77º | 0.22% | 0.57% | - |
| HSV(B) | 252.77º | 0.28% | 0.67% | - |
| XYZ | 24.01 | 22.05 | 41.02 | - |
| YUV | 131.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 170 | 0.22 | 0.28 | 0 | 0.33 | 252.77 | 0.22 | 0.57 |
| Hex | 85 | 7B | AA | 16 | 1C | 0 | 21 | FD | 16 | 39 |
| Octal | 205 | 173 | 252 | 26 | 34 | 0 | 41 | 375 | 26 | 71 |
| Binary | 10000101 | 1111011 | 10101010 | 10110 | 11100 | 0 | 100001 | 11111101 | 10110 | 111001 |
Color Harmonies of #857BAA
Complementary color
Monochromatic Colors of #857BAA
Black with #857BAA
Text Example
Text Example
White with #857BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BAA; }
p { color: rgb(133,123,170); }
H1.HeaderClassName
{
color: #857BAA;
}
.AnyTagClassName
{
color: #857BAA;
}
</style>
background-color css
<style>
a { background-color: #857BAA; }
a { background-color: rgb(133,123,170); }
div.DivClassName
{
background-color: #857BAA;
}
.BgClassName
{
background-color: #857BAA;
}
</style>
border-color css
<style>
span { border-color: #857BAA; }
span { border-color: rgb(133,123,170); }
td.TdClassName
{
border-color: #857BAA;
}
.TagClassName
{
border-color: #857BAA;
}
</style>