Shades of Medium Slate Blue #854FF2
Tints of Medium Slate Blue #854FF2
RGB
CMYK
RGB Variations
Color information
#854FF2 (or 0x854FF2) is known color: Medium Slate Blue. HEX triplet: 85, 4F and F2. RGB value is (133,79,242). Sum of RGB (Red+Green+Blue) = 133+79+242=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #854FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #854FF2 is #7AB00D. Grayscale: #717171. Windows color (decimal): -8040462 or 15880069. OLE color: 15880069.
HSL color Cylindrical-coordinate representation of color #854FF2: hue angle of 259.88º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #854FF2 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 79 | 242 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.05 |
| HSL | 259.88º | 0.86% | 0.63% | - |
| HSV(B) | 259.88º | 0.67% | 0.95% | - |
| XYZ | 28.5 | 16.99 | 85.78 | - |
| YUV | 113.73 | 200.39 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 242 | 0.45 | 0.67 | 0 | 0.05 | 259.88 | 0.86 | 0.63 |
| Hex | 85 | 4F | F2 | 2D | 43 | 0 | 5 | 104 | 56 | 3F |
| Octal | 205 | 117 | 362 | 55 | 103 | 0 | 5 | 404 | 126 | 77 |
| Binary | 10000101 | 1001111 | 11110010 | 101101 | 1000011 | 0 | 101 | 100000100 | 1010110 | 111111 |
Color Harmonies of #854FF2
Complementary color
Monochromatic Colors of #854FF2
Black with #854FF2
Text Example
Text Example
White with #854FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854FF2; }
p { color: rgb(133,79,242); }
H1.HeaderClassName
{
color: #854FF2;
}
.AnyTagClassName
{
color: #854FF2;
}
</style>
background-color css
<style>
a { background-color: #854FF2; }
a { background-color: rgb(133,79,242); }
div.DivClassName
{
background-color: #854FF2;
}
.BgClassName
{
background-color: #854FF2;
}
</style>
border-color css
<style>
span { border-color: #854FF2; }
span { border-color: rgb(133,79,242); }
td.TdClassName
{
border-color: #854FF2;
}
.TagClassName
{
border-color: #854FF2;
}
</style>