Shades of Medium Slate Blue #854CF1
Tints of Medium Slate Blue #854CF1
RGB
CMYK
RGB Variations
Color information
#854CF1 (or 0x854CF1) is known color: Medium Slate Blue. HEX triplet: 85, 4C and F1. RGB value is (133,76,241). Sum of RGB (Red+Green+Blue) = 133+76+241=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #854CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854CF1 is #7AB30E. Grayscale: #6F6F6F. Windows color (decimal): -8041231 or 15813765. OLE color: 15813765.
HSL color Cylindrical-coordinate representation of color #854CF1: hue angle of 260.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #854CF1 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 76 | 241 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.05 |
| HSL | 260.73º | 0.85% | 0.62% | - |
| HSV(B) | 260.73º | 0.68% | 0.95% | - |
| XYZ | 28.13 | 16.51 | 84.92 | - |
| YUV | 111.85 | 200.88 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 241 | 0.45 | 0.68 | 0 | 0.05 | 260.73 | 0.85 | 0.62 |
| Hex | 85 | 4C | F1 | 2D | 44 | 0 | 5 | 105 | 55 | 3E |
| Octal | 205 | 114 | 361 | 55 | 104 | 0 | 5 | 405 | 125 | 76 |
| Binary | 10000101 | 1001100 | 11110001 | 101101 | 1000100 | 0 | 101 | 100000101 | 1010101 | 111110 |
Color Harmonies of #854CF1
Complementary color
Monochromatic Colors of #854CF1
Black with #854CF1
Text Example
Text Example
White with #854CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854CF1; }
p { color: rgb(133,76,241); }
H1.HeaderClassName
{
color: #854CF1;
}
.AnyTagClassName
{
color: #854CF1;
}
</style>
background-color css
<style>
a { background-color: #854CF1; }
a { background-color: rgb(133,76,241); }
div.DivClassName
{
background-color: #854CF1;
}
.BgClassName
{
background-color: #854CF1;
}
</style>
border-color css
<style>
span { border-color: #854CF1; }
span { border-color: rgb(133,76,241); }
td.TdClassName
{
border-color: #854CF1;
}
.TagClassName
{
border-color: #854CF1;
}
</style>