Shades of Medium Slate Blue #856FE3
Tints of Medium Slate Blue #856FE3
RGB
CMYK
RGB Variations
Color information
#856FE3 (or 0x856FE3) is known color: Medium Slate Blue. HEX triplet: 85, 6F and E3. RGB value is (133,111,227). Sum of RGB (Red+Green+Blue) = 133+111+227=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 227 - color contains mainly: blue. Hex color #856FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FE3 is #7A901C. Grayscale: #828282. Windows color (decimal): -8032285 or 14905221. OLE color: 14905221.
HSL color Cylindrical-coordinate representation of color #856FE3: hue angle of 251.38º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #856FE3 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 111 | 227 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.11 |
| HSL | 251.38º | 0.67% | 0.66% | - |
| HSV(B) | 251.38º | 0.51% | 0.89% | - |
| XYZ | 29.22 | 21.9 | 75.36 | - |
| YUV | 130.8 | 182.29 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 227 | 0.41 | 0.51 | 0 | 0.11 | 251.38 | 0.67 | 0.66 |
| Hex | 85 | 6F | E3 | 29 | 33 | 0 | B | FB | 43 | 42 |
| Octal | 205 | 157 | 343 | 51 | 63 | 0 | 13 | 373 | 103 | 102 |
| Binary | 10000101 | 1101111 | 11100011 | 101001 | 110011 | 0 | 1011 | 11111011 | 1000011 | 1000010 |
Color Harmonies of #856FE3
Complementary color
Monochromatic Colors of #856FE3
Black with #856FE3
Text Example
Text Example
White with #856FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FE3; }
p { color: rgb(133,111,227); }
H1.HeaderClassName
{
color: #856FE3;
}
.AnyTagClassName
{
color: #856FE3;
}
</style>
background-color css
<style>
a { background-color: #856FE3; }
a { background-color: rgb(133,111,227); }
div.DivClassName
{
background-color: #856FE3;
}
.BgClassName
{
background-color: #856FE3;
}
</style>
border-color css
<style>
span { border-color: #856FE3; }
span { border-color: rgb(133,111,227); }
td.TdClassName
{
border-color: #856FE3;
}
.TagClassName
{
border-color: #856FE3;
}
</style>