Shades of Deluge #857AAA
Tints of Deluge #857AAA
RGB
CMYK
RGB Variations
Color information
#857AAA (or 0x857AAA) is known color: Deluge. HEX triplet: 85, 7A and AA. RGB value is (133,122,170). Sum of RGB (Red+Green+Blue) = 133+122+170=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #857AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857AAA is #7A8555. Grayscale: #828282. Windows color (decimal): -8029526 or 11172485. OLE color: 11172485.
HSL color Cylindrical-coordinate representation of color #857AAA: hue angle of 253.75º 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 #857AAA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 122 | 170 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.33 |
| HSL | 253.75º | 0.22% | 0.57% | - |
| HSV(B) | 253.75º | 0.28% | 0.67% | - |
| XYZ | 23.89 | 21.81 | 40.98 | - |
| YUV | 130.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 170 | 0.22 | 0.28 | 0 | 0.33 | 253.75 | 0.22 | 0.57 |
| Hex | 85 | 7A | AA | 16 | 1C | 0 | 21 | FE | 16 | 39 |
| Octal | 205 | 172 | 252 | 26 | 34 | 0 | 41 | 376 | 26 | 71 |
| Binary | 10000101 | 1111010 | 10101010 | 10110 | 11100 | 0 | 100001 | 11111110 | 10110 | 111001 |
Color Harmonies of #857AAA
Complementary color
Monochromatic Colors of #857AAA
Black with #857AAA
Text Example
Text Example
White with #857AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857AAA; }
p { color: rgb(133,122,170); }
H1.HeaderClassName
{
color: #857AAA;
}
.AnyTagClassName
{
color: #857AAA;
}
</style>
background-color css
<style>
a { background-color: #857AAA; }
a { background-color: rgb(133,122,170); }
div.DivClassName
{
background-color: #857AAA;
}
.BgClassName
{
background-color: #857AAA;
}
</style>
border-color css
<style>
span { border-color: #857AAA; }
span { border-color: rgb(133,122,170); }
td.TdClassName
{
border-color: #857AAA;
}
.TagClassName
{
border-color: #857AAA;
}
</style>