Shades of Medium Slate Blue #8553F8
Tints of Medium Slate Blue #8553F8
RGB
CMYK
RGB Variations
Color information
#8553F8 (or 0x8553F8) is known color: Medium Slate Blue. HEX triplet: 85, 53 and F8. RGB value is (133,83,248). Sum of RGB (Red+Green+Blue) = 133+83+248=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #8553F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8553F8 is #7AAC07. Grayscale: #747474. Windows color (decimal): -8039432 or 16274309. OLE color: 16274309.
HSL color Cylindrical-coordinate representation of color #8553F8: hue angle of 258.18º 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 #8553F8 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 83 | 248 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.03 |
| HSL | 258.18º | 0.92% | 0.65% | - |
| HSV(B) | 258.18º | 0.67% | 0.97% | - |
| XYZ | 29.71 | 17.95 | 90.71 | - |
| YUV | 116.76 | 202.07 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 248 | 0.46 | 0.67 | 0 | 0.03 | 258.18 | 0.92 | 0.65 |
| Hex | 85 | 53 | F8 | 2E | 43 | 0 | 3 | 102 | 5C | 41 |
| Octal | 205 | 123 | 370 | 56 | 103 | 0 | 3 | 402 | 134 | 101 |
| Binary | 10000101 | 1010011 | 11111000 | 101110 | 1000011 | 0 | 11 | 100000010 | 1011100 | 1000001 |
Color Harmonies of #8553F8
Complementary color
Monochromatic Colors of #8553F8
Black with #8553F8
Text Example
Text Example
White with #8553F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8553F8; }
p { color: rgb(133,83,248); }
H1.HeaderClassName
{
color: #8553F8;
}
.AnyTagClassName
{
color: #8553F8;
}
</style>
background-color css
<style>
a { background-color: #8553F8; }
a { background-color: rgb(133,83,248); }
div.DivClassName
{
background-color: #8553F8;
}
.BgClassName
{
background-color: #8553F8;
}
</style>
border-color css
<style>
span { border-color: #8553F8; }
span { border-color: rgb(133,83,248); }
td.TdClassName
{
border-color: #8553F8;
}
.TagClassName
{
border-color: #8553F8;
}
</style>