Shades of Medium Slate Blue #854BFE
Tints of Medium Slate Blue #854BFE
RGB
CMYK
RGB Variations
Color information
#854BFE (or 0x854BFE) is known color: Medium Slate Blue. HEX triplet: 85, 4B and FE. RGB value is (133,75,254). Sum of RGB (Red+Green+Blue) = 133+75+254=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #854BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854BFE is #7AB401. Grayscale: #707070. Windows color (decimal): -8041474 or 16665477. OLE color: 16665477.
HSL color Cylindrical-coordinate representation of color #854BFE: hue angle of 259.44º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #854BFE is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 75 | 254 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.00 |
| HSL | 259.44º | 0.99% | 0.65% | - |
| HSV(B) | 259.44º | 0.7% | 1% | - |
| XYZ | 30.08 | 17.17 | 95.5 | - |
| YUV | 112.75 | 207.72 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 254 | 0.48 | 0.70 | 0 | 0.00 | 259.44 | 0.99 | 0.65 |
| Hex | 85 | 4B | FE | 30 | 46 | 0 | 0 | 103 | 63 | 41 |
| Octal | 205 | 113 | 376 | 60 | 106 | 0 | 0 | 403 | 143 | 101 |
| Binary | 10000101 | 1001011 | 11111110 | 110000 | 1000110 | 0 | 0 | 100000011 | 1100011 | 1000001 |
Color Harmonies of #854BFE
Complementary color
Monochromatic Colors of #854BFE
Black with #854BFE
Text Example
Text Example
White with #854BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854BFE; }
p { color: rgb(133,75,254); }
H1.HeaderClassName
{
color: #854BFE;
}
.AnyTagClassName
{
color: #854BFE;
}
</style>
background-color css
<style>
a { background-color: #854BFE; }
a { background-color: rgb(133,75,254); }
div.DivClassName
{
background-color: #854BFE;
}
.BgClassName
{
background-color: #854BFE;
}
</style>
border-color css
<style>
span { border-color: #854BFE; }
span { border-color: rgb(133,75,254); }
td.TdClassName
{
border-color: #854BFE;
}
.TagClassName
{
border-color: #854BFE;
}
</style>