Shades of Deluge #857AAC
Tints of Deluge #857AAC
RGB
CMYK
RGB Variations
Color information
#857AAC (or 0x857AAC) is known color: Deluge. HEX triplet: 85, 7A and AC. RGB value is (133,122,172). Sum of RGB (Red+Green+Blue) = 133+122+172=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #857AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857AAC is #7A8553. Grayscale: #828282. Windows color (decimal): -8029524 or 11303557. OLE color: 11303557.
HSL color Cylindrical-coordinate representation of color #857AAC: hue angle of 253.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857AAC is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 122 | 172 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.33 |
| HSL | 253.2º | 0.23% | 0.58% | - |
| HSV(B) | 253.2º | 0.29% | 0.67% | - |
| XYZ | 24.08 | 21.88 | 41.98 | - |
| YUV | 130.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 172 | 0.23 | 0.29 | 0 | 0.33 | 253.2 | 0.23 | 0.58 |
| Hex | 85 | 7A | AC | 17 | 1D | 0 | 21 | FD | 17 | 3A |
| Octal | 205 | 172 | 254 | 27 | 35 | 0 | 41 | 375 | 27 | 72 |
| Binary | 10000101 | 1111010 | 10101100 | 10111 | 11101 | 0 | 100001 | 11111101 | 10111 | 111010 |
Color Harmonies of #857AAC
Complementary color
Monochromatic Colors of #857AAC
Black with #857AAC
Text Example
Text Example
White with #857AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857AAC; }
p { color: rgb(133,122,172); }
H1.HeaderClassName
{
color: #857AAC;
}
.AnyTagClassName
{
color: #857AAC;
}
</style>
background-color css
<style>
a { background-color: #857AAC; }
a { background-color: rgb(133,122,172); }
div.DivClassName
{
background-color: #857AAC;
}
.BgClassName
{
background-color: #857AAC;
}
</style>
border-color css
<style>
span { border-color: #857AAC; }
span { border-color: rgb(133,122,172); }
td.TdClassName
{
border-color: #857AAC;
}
.TagClassName
{
border-color: #857AAC;
}
</style>