Shades of Deluge #857FAA
Tints of Deluge #857FAA
RGB
CMYK
RGB Variations
Color information
#857FAA (or 0x857FAA) is known color: Deluge. HEX triplet: 85, 7F and AA. RGB value is (133,127,170). Sum of RGB (Red+Green+Blue) = 133+127+170=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #857FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857FAA is #7A8055. Grayscale: #858585. Windows color (decimal): -8028246 or 11173765. OLE color: 11173765.
HSL color Cylindrical-coordinate representation of color #857FAA: hue angle of 248.37º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #857FAA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 127 | 170 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.33 |
| HSL | 248.37º | 0.2% | 0.58% | - |
| HSV(B) | 248.37º | 0.25% | 0.67% | - |
| XYZ | 24.52 | 23.07 | 41.19 | - |
| YUV | 133.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 170 | 0.22 | 0.25 | 0 | 0.33 | 248.37 | 0.2 | 0.58 |
| Hex | 85 | 7F | AA | 16 | 19 | 0 | 21 | F8 | 14 | 3A |
| Octal | 205 | 177 | 252 | 26 | 31 | 0 | 41 | 370 | 24 | 72 |
| Binary | 10000101 | 1111111 | 10101010 | 10110 | 11001 | 0 | 100001 | 11111000 | 10100 | 111010 |
Color Harmonies of #857FAA
Complementary color
Monochromatic Colors of #857FAA
Black with #857FAA
Text Example
Text Example
White with #857FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857FAA; }
p { color: rgb(133,127,170); }
H1.HeaderClassName
{
color: #857FAA;
}
.AnyTagClassName
{
color: #857FAA;
}
</style>
background-color css
<style>
a { background-color: #857FAA; }
a { background-color: rgb(133,127,170); }
div.DivClassName
{
background-color: #857FAA;
}
.BgClassName
{
background-color: #857FAA;
}
</style>
border-color css
<style>
span { border-color: #857FAA; }
span { border-color: rgb(133,127,170); }
td.TdClassName
{
border-color: #857FAA;
}
.TagClassName
{
border-color: #857FAA;
}
</style>