Shades of Medium Slate Blue #856CF3
Tints of Medium Slate Blue #856CF3
RGB
CMYK
RGB Variations
Color information
#856CF3 (or 0x856CF3) is known color: Medium Slate Blue. HEX triplet: 85, 6C and F3. RGB value is (133,108,243). Sum of RGB (Red+Green+Blue) = 133+108+243=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #856CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856CF3 is #7A930C. Grayscale: #828282. Windows color (decimal): -8033037 or 15953029. OLE color: 15953029.
HSL color Cylindrical-coordinate representation of color #856CF3: hue angle of 251.11º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #856CF3 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 108 | 243 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.05 |
| HSL | 251.11º | 0.85% | 0.69% | - |
| HSV(B) | 251.11º | 0.56% | 0.95% | - |
| XYZ | 31.21 | 22.18 | 87.43 | - |
| YUV | 130.87 | 191.28 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 243 | 0.45 | 0.56 | 0 | 0.05 | 251.11 | 0.85 | 0.69 |
| Hex | 85 | 6C | F3 | 2D | 38 | 0 | 5 | FB | 55 | 45 |
| Octal | 205 | 154 | 363 | 55 | 70 | 0 | 5 | 373 | 125 | 105 |
| Binary | 10000101 | 1101100 | 11110011 | 101101 | 111000 | 0 | 101 | 11111011 | 1010101 | 1000101 |
Color Harmonies of #856CF3
Complementary color
Monochromatic Colors of #856CF3
Black with #856CF3
Text Example
Text Example
White with #856CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CF3; }
p { color: rgb(133,108,243); }
H1.HeaderClassName
{
color: #856CF3;
}
.AnyTagClassName
{
color: #856CF3;
}
</style>
background-color css
<style>
a { background-color: #856CF3; }
a { background-color: rgb(133,108,243); }
div.DivClassName
{
background-color: #856CF3;
}
.BgClassName
{
background-color: #856CF3;
}
</style>
border-color css
<style>
span { border-color: #856CF3; }
span { border-color: rgb(133,108,243); }
td.TdClassName
{
border-color: #856CF3;
}
.TagClassName
{
border-color: #856CF3;
}
</style>