Shades of Medium Slate Blue #854DF3
Tints of Medium Slate Blue #854DF3
RGB
CMYK
RGB Variations
Color information
#854DF3 (or 0x854DF3) is known color: Medium Slate Blue. HEX triplet: 85, 4D and F3. RGB value is (133,77,243). Sum of RGB (Red+Green+Blue) = 133+77+243=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #854DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854DF3 is #7AB20C. Grayscale: #707070. Windows color (decimal): -8040973 or 15945093. OLE color: 15945093.
HSL color Cylindrical-coordinate representation of color #854DF3: hue angle of 260.24º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #854DF3 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 77 | 243 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.05 |
| HSL | 260.24º | 0.87% | 0.63% | - |
| HSV(B) | 260.24º | 0.68% | 0.95% | - |
| XYZ | 28.5 | 16.77 | 86.53 | - |
| YUV | 112.67 | 201.55 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 243 | 0.45 | 0.68 | 0 | 0.05 | 260.24 | 0.87 | 0.63 |
| Hex | 85 | 4D | F3 | 2D | 44 | 0 | 5 | 104 | 57 | 3F |
| Octal | 205 | 115 | 363 | 55 | 104 | 0 | 5 | 404 | 127 | 77 |
| Binary | 10000101 | 1001101 | 11110011 | 101101 | 1000100 | 0 | 101 | 100000100 | 1010111 | 111111 |
Color Harmonies of #854DF3
Complementary color
Monochromatic Colors of #854DF3
Black with #854DF3
Text Example
Text Example
White with #854DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854DF3; }
p { color: rgb(133,77,243); }
H1.HeaderClassName
{
color: #854DF3;
}
.AnyTagClassName
{
color: #854DF3;
}
</style>
background-color css
<style>
a { background-color: #854DF3; }
a { background-color: rgb(133,77,243); }
div.DivClassName
{
background-color: #854DF3;
}
.BgClassName
{
background-color: #854DF3;
}
</style>
border-color css
<style>
span { border-color: #854DF3; }
span { border-color: rgb(133,77,243); }
td.TdClassName
{
border-color: #854DF3;
}
.TagClassName
{
border-color: #854DF3;
}
</style>