Shades of Medium Slate Blue #856FEE
Tints of Medium Slate Blue #856FEE
RGB
CMYK
RGB Variations
Color information
#856FEE (or 0x856FEE) is known color: Medium Slate Blue. HEX triplet: 85, 6F and EE. RGB value is (133,111,238). Sum of RGB (Red+Green+Blue) = 133+111+238=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #856FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FEE is #7A9011. Grayscale: #838383. Windows color (decimal): -8032274 or 15626117. OLE color: 15626117.
HSL color Cylindrical-coordinate representation of color #856FEE: hue angle of 250.39º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #856FEE is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 111 | 238 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.07 |
| HSL | 250.39º | 0.79% | 0.68% | - |
| HSV(B) | 250.39º | 0.53% | 0.93% | - |
| XYZ | 30.79 | 22.53 | 83.61 | - |
| YUV | 132.06 | 187.79 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 238 | 0.44 | 0.53 | 0 | 0.07 | 250.39 | 0.79 | 0.68 |
| Hex | 85 | 6F | EE | 2C | 35 | 0 | 7 | FA | 4F | 44 |
| Octal | 205 | 157 | 356 | 54 | 65 | 0 | 7 | 372 | 117 | 104 |
| Binary | 10000101 | 1101111 | 11101110 | 101100 | 110101 | 0 | 111 | 11111010 | 1001111 | 1000100 |
Color Harmonies of #856FEE
Complementary color
Monochromatic Colors of #856FEE
Black with #856FEE
Text Example
Text Example
White with #856FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856FEE; }
p { color: rgb(133,111,238); }
H1.HeaderClassName
{
color: #856FEE;
}
.AnyTagClassName
{
color: #856FEE;
}
</style>
background-color css
<style>
a { background-color: #856FEE; }
a { background-color: rgb(133,111,238); }
div.DivClassName
{
background-color: #856FEE;
}
.BgClassName
{
background-color: #856FEE;
}
</style>
border-color css
<style>
span { border-color: #856FEE; }
span { border-color: rgb(133,111,238); }
td.TdClassName
{
border-color: #856FEE;
}
.TagClassName
{
border-color: #856FEE;
}
</style>