Shades of Medium Slate Blue #8551F8
Tints of Medium Slate Blue #8551F8
RGB
CMYK
RGB Variations
Color information
#8551F8 (or 0x8551F8) is known color: Medium Slate Blue. HEX triplet: 85, 51 and F8. RGB value is (133,81,248). Sum of RGB (Red+Green+Blue) = 133+81+248=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #8551F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8551F8 is #7AAE07. Grayscale: #727272. Windows color (decimal): -8039944 or 16273797. OLE color: 16273797.
HSL color Cylindrical-coordinate representation of color #8551F8: hue angle of 258.68º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8551F8 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 81 | 248 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.03 |
| HSL | 258.68º | 0.92% | 0.65% | - |
| HSV(B) | 258.68º | 0.67% | 0.97% | - |
| XYZ | 29.56 | 17.65 | 90.66 | - |
| YUV | 115.59 | 202.73 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 248 | 0.46 | 0.67 | 0 | 0.03 | 258.68 | 0.92 | 0.65 |
| Hex | 85 | 51 | F8 | 2E | 43 | 0 | 3 | 103 | 5C | 41 |
| Octal | 205 | 121 | 370 | 56 | 103 | 0 | 3 | 403 | 134 | 101 |
| Binary | 10000101 | 1010001 | 11111000 | 101110 | 1000011 | 0 | 11 | 100000011 | 1011100 | 1000001 |
Color Harmonies of #8551F8
Complementary color
Monochromatic Colors of #8551F8
Black with #8551F8
Text Example
Text Example
White with #8551F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8551F8; }
p { color: rgb(133,81,248); }
H1.HeaderClassName
{
color: #8551F8;
}
.AnyTagClassName
{
color: #8551F8;
}
</style>
background-color css
<style>
a { background-color: #8551F8; }
a { background-color: rgb(133,81,248); }
div.DivClassName
{
background-color: #8551F8;
}
.BgClassName
{
background-color: #8551F8;
}
</style>
border-color css
<style>
span { border-color: #8551F8; }
span { border-color: rgb(133,81,248); }
td.TdClassName
{
border-color: #8551F8;
}
.TagClassName
{
border-color: #8551F8;
}
</style>