Shades of Medium Slate Blue #8558FB
Tints of Medium Slate Blue #8558FB
RGB
CMYK
RGB Variations
Color information
#8558FB (or 0x8558FB) is known color: Medium Slate Blue. HEX triplet: 85, 58 and FB. RGB value is (133,88,251). Sum of RGB (Red+Green+Blue) = 133+88+251=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #8558FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8558FB is #7AA704. Grayscale: #777777. Windows color (decimal): -8038149 or 16472197. OLE color: 16472197.
HSL color Cylindrical-coordinate representation of color #8558FB: hue angle of 256.56º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8558FB is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 88 | 251 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.02 |
| HSL | 256.56º | 0.95% | 0.66% | - |
| HSV(B) | 256.56º | 0.65% | 0.98% | - |
| XYZ | 30.58 | 18.93 | 93.31 | - |
| YUV | 120.04 | 201.91 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 251 | 0.47 | 0.65 | 0 | 0.02 | 256.56 | 0.95 | 0.66 |
| Hex | 85 | 58 | FB | 2F | 41 | 0 | 2 | 101 | 5F | 42 |
| Octal | 205 | 130 | 373 | 57 | 101 | 0 | 2 | 401 | 137 | 102 |
| Binary | 10000101 | 1011000 | 11111011 | 101111 | 1000001 | 0 | 10 | 100000001 | 1011111 | 1000010 |
Color Harmonies of #8558FB
Complementary color
Monochromatic Colors of #8558FB
Black with #8558FB
Text Example
Text Example
White with #8558FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558FB; }
p { color: rgb(133,88,251); }
H1.HeaderClassName
{
color: #8558FB;
}
.AnyTagClassName
{
color: #8558FB;
}
</style>
background-color css
<style>
a { background-color: #8558FB; }
a { background-color: rgb(133,88,251); }
div.DivClassName
{
background-color: #8558FB;
}
.BgClassName
{
background-color: #8558FB;
}
</style>
border-color css
<style>
span { border-color: #8558FB; }
span { border-color: rgb(133,88,251); }
td.TdClassName
{
border-color: #8558FB;
}
.TagClassName
{
border-color: #8558FB;
}
</style>