Shades of Deluge #857BA3
Tints of Deluge #857BA3
RGB
CMYK
RGB Variations
Color information
#857BA3 (or 0x857BA3) is known color: Deluge. HEX triplet: 85, 7B and A3. RGB value is (133,123,163). Sum of RGB (Red+Green+Blue) = 133+123+163=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 163 - color contains mainly: blue. Hex color #857BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857BA3 is #7A845C. Grayscale: #828282. Windows color (decimal): -8029277 or 10713989. OLE color: 10713989.
HSL color Cylindrical-coordinate representation of color #857BA3: hue angle of 255º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #857BA3 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 123 | 163 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.36 |
| HSL | 255º | 0.18% | 0.56% | - |
| HSV(B) | 255º | 0.25% | 0.64% | - |
| XYZ | 23.37 | 21.8 | 37.63 | - |
| YUV | 130.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 163 | 0.18 | 0.25 | 0 | 0.36 | 255 | 0.18 | 0.56 |
| Hex | 85 | 7B | A3 | 12 | 19 | 0 | 24 | FF | 12 | 38 |
| Octal | 205 | 173 | 243 | 22 | 31 | 0 | 44 | 377 | 22 | 70 |
| Binary | 10000101 | 1111011 | 10100011 | 10010 | 11001 | 0 | 100100 | 11111111 | 10010 | 111000 |
Color Harmonies of #857BA3
Complementary color
Monochromatic Colors of #857BA3
Black with #857BA3
Text Example
Text Example
White with #857BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857BA3; }
p { color: rgb(133,123,163); }
H1.HeaderClassName
{
color: #857BA3;
}
.AnyTagClassName
{
color: #857BA3;
}
</style>
background-color css
<style>
a { background-color: #857BA3; }
a { background-color: rgb(133,123,163); }
div.DivClassName
{
background-color: #857BA3;
}
.BgClassName
{
background-color: #857BA3;
}
</style>
border-color css
<style>
span { border-color: #857BA3; }
span { border-color: rgb(133,123,163); }
td.TdClassName
{
border-color: #857BA3;
}
.TagClassName
{
border-color: #857BA3;
}
</style>