Shades of Medium Slate Blue #856FEA
Tints of Medium Slate Blue #856FEA
RGB
CMYK
RGB Variations
Color information
#856FEA (or 0x856FEA) is known color: Medium Slate Blue. HEX triplet: 85, 6F and EA. RGB value is (133,111,234). Sum of RGB (Red+Green+Blue) = 133+111+234=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #856FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FEA is #7A9015. Grayscale: #838383. Windows color (decimal): -8032278 or 15363973. OLE color: 15363973.
HSL color Cylindrical-coordinate representation of color #856FEA: hue angle of 250.73º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #856FEA is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 111 | 234 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.08 |
| HSL | 250.73º | 0.75% | 0.68% | - |
| HSV(B) | 250.73º | 0.53% | 0.92% | - |
| XYZ | 30.21 | 22.3 | 80.55 | - |
| YUV | 131.6 | 185.79 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 234 | 0.43 | 0.53 | 0 | 0.08 | 250.73 | 0.75 | 0.68 |
| Hex | 85 | 6F | EA | 2B | 35 | 0 | 8 | FB | 4B | 44 |
| Octal | 205 | 157 | 352 | 53 | 65 | 0 | 10 | 373 | 113 | 104 |
| Binary | 10000101 | 1101111 | 11101010 | 101011 | 110101 | 0 | 1000 | 11111011 | 1001011 | 1000100 |
Color Harmonies of #856FEA
Complementary color
Monochromatic Colors of #856FEA
Black with #856FEA
Text Example
Text Example
White with #856FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FEA; }
p { color: rgb(133,111,234); }
H1.HeaderClassName
{
color: #856FEA;
}
.AnyTagClassName
{
color: #856FEA;
}
</style>
background-color css
<style>
a { background-color: #856FEA; }
a { background-color: rgb(133,111,234); }
div.DivClassName
{
background-color: #856FEA;
}
.BgClassName
{
background-color: #856FEA;
}
</style>
border-color css
<style>
span { border-color: #856FEA; }
span { border-color: rgb(133,111,234); }
td.TdClassName
{
border-color: #856FEA;
}
.TagClassName
{
border-color: #856FEA;
}
</style>