Shades of Medium Slate Blue #854CF2
Tints of Medium Slate Blue #854CF2
RGB
CMYK
RGB Variations
Color information
#854CF2 (or 0x854CF2) is known color: Medium Slate Blue. HEX triplet: 85, 4C and F2. RGB value is (133,76,242). Sum of RGB (Red+Green+Blue) = 133+76+242=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #854CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854CF2 is #7AB30D. Grayscale: #6F6F6F. Windows color (decimal): -8041230 or 15879301. OLE color: 15879301.
HSL color Cylindrical-coordinate representation of color #854CF2: hue angle of 260.6º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #854CF2 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 76 | 242 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.05 |
| HSL | 260.6º | 0.86% | 0.62% | - |
| HSV(B) | 260.6º | 0.69% | 0.95% | - |
| XYZ | 28.28 | 16.57 | 85.71 | - |
| YUV | 111.97 | 201.38 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 242 | 0.45 | 0.69 | 0 | 0.05 | 260.6 | 0.86 | 0.62 |
| Hex | 85 | 4C | F2 | 2D | 45 | 0 | 5 | 105 | 56 | 3E |
| Octal | 205 | 114 | 362 | 55 | 105 | 0 | 5 | 405 | 126 | 76 |
| Binary | 10000101 | 1001100 | 11110010 | 101101 | 1000101 | 0 | 101 | 100000101 | 1010110 | 111110 |
Color Harmonies of #854CF2
Complementary color
Monochromatic Colors of #854CF2
Black with #854CF2
Text Example
Text Example
White with #854CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854CF2; }
p { color: rgb(133,76,242); }
H1.HeaderClassName
{
color: #854CF2;
}
.AnyTagClassName
{
color: #854CF2;
}
</style>
background-color css
<style>
a { background-color: #854CF2; }
a { background-color: rgb(133,76,242); }
div.DivClassName
{
background-color: #854CF2;
}
.BgClassName
{
background-color: #854CF2;
}
</style>
border-color css
<style>
span { border-color: #854CF2; }
span { border-color: rgb(133,76,242); }
td.TdClassName
{
border-color: #854CF2;
}
.TagClassName
{
border-color: #854CF2;
}
</style>