Shades of Medium Slate Blue #8551EE
Tints of Medium Slate Blue #8551EE
RGB
CMYK
RGB Variations
Color information
#8551EE (or 0x8551EE) is known color: Medium Slate Blue. HEX triplet: 85, 51 and EE. RGB value is (133,81,238). Sum of RGB (Red+Green+Blue) = 133+81+238=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #8551EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8551EE is #7AAE11. Grayscale: #717171. Windows color (decimal): -8039954 or 15618437. OLE color: 15618437.
HSL color Cylindrical-coordinate representation of color #8551EE: hue angle of 259.87º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8551EE is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 81 | 238 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.07 |
| HSL | 259.87º | 0.82% | 0.63% | - |
| HSV(B) | 259.87º | 0.66% | 0.93% | - |
| XYZ | 28.05 | 17.04 | 82.7 | - |
| YUV | 114.45 | 197.73 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 238 | 0.44 | 0.66 | 0 | 0.07 | 259.87 | 0.82 | 0.63 |
| Hex | 85 | 51 | EE | 2C | 42 | 0 | 7 | 104 | 52 | 3F |
| Octal | 205 | 121 | 356 | 54 | 102 | 0 | 7 | 404 | 122 | 77 |
| Binary | 10000101 | 1010001 | 11101110 | 101100 | 1000010 | 0 | 111 | 100000100 | 1010010 | 111111 |
Color Harmonies of #8551EE
Complementary color
Monochromatic Colors of #8551EE
Black with #8551EE
Text Example
Text Example
White with #8551EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8551EE; }
p { color: rgb(133,81,238); }
H1.HeaderClassName
{
color: #8551EE;
}
.AnyTagClassName
{
color: #8551EE;
}
</style>
background-color css
<style>
a { background-color: #8551EE; }
a { background-color: rgb(133,81,238); }
div.DivClassName
{
background-color: #8551EE;
}
.BgClassName
{
background-color: #8551EE;
}
</style>
border-color css
<style>
span { border-color: #8551EE; }
span { border-color: rgb(133,81,238); }
td.TdClassName
{
border-color: #8551EE;
}
.TagClassName
{
border-color: #8551EE;
}
</style>