Shades of Deluge #857CAE
Tints of Deluge #857CAE
RGB
CMYK
RGB Variations
Color information
#857CAE (or 0x857CAE) is known color: Deluge. HEX triplet: 85, 7C and AE. RGB value is (133,124,174). Sum of RGB (Red+Green+Blue) = 133+124+174=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #857CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857CAE is #7A8351. Grayscale: #848484. Windows color (decimal): -8029010 or 11435141. OLE color: 11435141.
HSL color Cylindrical-coordinate representation of color #857CAE: hue angle of 250.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #857CAE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 124 | 174 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.32 |
| HSL | 250.8º | 0.24% | 0.58% | - |
| HSV(B) | 250.8º | 0.29% | 0.68% | - |
| XYZ | 24.52 | 22.46 | 43.09 | - |
| YUV | 132.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 174 | 0.24 | 0.29 | 0 | 0.32 | 250.8 | 0.24 | 0.58 |
| Hex | 85 | 7C | AE | 18 | 1D | 0 | 20 | FB | 18 | 3A |
| Octal | 205 | 174 | 256 | 30 | 35 | 0 | 40 | 373 | 30 | 72 |
| Binary | 10000101 | 1111100 | 10101110 | 11000 | 11101 | 0 | 100000 | 11111011 | 11000 | 111010 |
Color Harmonies of #857CAE
Complementary color
Monochromatic Colors of #857CAE
Black with #857CAE
Text Example
Text Example
White with #857CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857CAE; }
p { color: rgb(133,124,174); }
H1.HeaderClassName
{
color: #857CAE;
}
.AnyTagClassName
{
color: #857CAE;
}
</style>
background-color css
<style>
a { background-color: #857CAE; }
a { background-color: rgb(133,124,174); }
div.DivClassName
{
background-color: #857CAE;
}
.BgClassName
{
background-color: #857CAE;
}
</style>
border-color css
<style>
span { border-color: #857CAE; }
span { border-color: rgb(133,124,174); }
td.TdClassName
{
border-color: #857CAE;
}
.TagClassName
{
border-color: #857CAE;
}
</style>