Shades of Medium Slate Blue #854FEF
Tints of Medium Slate Blue #854FEF
RGB
CMYK
RGB Variations
Color information
#854FEF (or 0x854FEF) is known color: Medium Slate Blue. HEX triplet: 85, 4F and EF. RGB value is (133,79,239). Sum of RGB (Red+Green+Blue) = 133+79+239=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #854FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854FEF is #7AB010. Grayscale: #707070. Windows color (decimal): -8040465 or 15683461. OLE color: 15683461.
HSL color Cylindrical-coordinate representation of color #854FEF: hue angle of 260.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #854FEF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 79 | 239 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.06 |
| HSL | 260.25º | 0.83% | 0.62% | - |
| HSV(B) | 260.25º | 0.67% | 0.94% | - |
| XYZ | 28.05 | 16.81 | 83.43 | - |
| YUV | 113.39 | 198.89 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 239 | 0.44 | 0.67 | 0 | 0.06 | 260.25 | 0.83 | 0.62 |
| Hex | 85 | 4F | EF | 2C | 43 | 0 | 6 | 104 | 53 | 3E |
| Octal | 205 | 117 | 357 | 54 | 103 | 0 | 6 | 404 | 123 | 76 |
| Binary | 10000101 | 1001111 | 11101111 | 101100 | 1000011 | 0 | 110 | 100000100 | 1010011 | 111110 |
Color Harmonies of #854FEF
Complementary color
Monochromatic Colors of #854FEF
Black with #854FEF
Text Example
Text Example
White with #854FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854FEF; }
p { color: rgb(133,79,239); }
H1.HeaderClassName
{
color: #854FEF;
}
.AnyTagClassName
{
color: #854FEF;
}
</style>
background-color css
<style>
a { background-color: #854FEF; }
a { background-color: rgb(133,79,239); }
div.DivClassName
{
background-color: #854FEF;
}
.BgClassName
{
background-color: #854FEF;
}
</style>
border-color css
<style>
span { border-color: #854FEF; }
span { border-color: rgb(133,79,239); }
td.TdClassName
{
border-color: #854FEF;
}
.TagClassName
{
border-color: #854FEF;
}
</style>