Shades of Deluge #857AB2
Tints of Deluge #857AB2
RGB
CMYK
RGB Variations
Color information
#857AB2 (or 0x857AB2) is known color: Deluge. HEX triplet: 85, 7A and B2. RGB value is (133,122,178). Sum of RGB (Red+Green+Blue) = 133+122+178=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #857AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857AB2 is #7A854D. Grayscale: #838383. Windows color (decimal): -8029518 or 11696773. OLE color: 11696773.
HSL color Cylindrical-coordinate representation of color #857AB2: hue angle of 251.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #857AB2 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 122 | 178 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.30 |
| HSL | 251.79º | 0.27% | 0.59% | - |
| HSV(B) | 251.79º | 0.31% | 0.7% | - |
| XYZ | 24.67 | 22.12 | 45.09 | - |
| YUV | 131.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 178 | 0.25 | 0.31 | 0 | 0.30 | 251.79 | 0.27 | 0.59 |
| Hex | 85 | 7A | B2 | 19 | 1F | 0 | 1E | FC | 1B | 3B |
| Octal | 205 | 172 | 262 | 31 | 37 | 0 | 36 | 374 | 33 | 73 |
| Binary | 10000101 | 1111010 | 10110010 | 11001 | 11111 | 0 | 11110 | 11111100 | 11011 | 111011 |
Color Harmonies of #857AB2
Complementary color
Monochromatic Colors of #857AB2
Black with #857AB2
Text Example
Text Example
White with #857AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857AB2; }
p { color: rgb(133,122,178); }
H1.HeaderClassName
{
color: #857AB2;
}
.AnyTagClassName
{
color: #857AB2;
}
</style>
background-color css
<style>
a { background-color: #857AB2; }
a { background-color: rgb(133,122,178); }
div.DivClassName
{
background-color: #857AB2;
}
.BgClassName
{
background-color: #857AB2;
}
</style>
border-color css
<style>
span { border-color: #857AB2; }
span { border-color: rgb(133,122,178); }
td.TdClassName
{
border-color: #857AB2;
}
.TagClassName
{
border-color: #857AB2;
}
</style>