Shades of Medium Slate Blue #8558FD
Tints of Medium Slate Blue #8558FD
RGB
CMYK
RGB Variations
Color information
#8558FD (or 0x8558FD) is known color: Medium Slate Blue. HEX triplet: 85, 58 and FD. RGB value is (133,88,253). Sum of RGB (Red+Green+Blue) = 133+88+253=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #8558FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8558FD is #7AA702. Grayscale: #777777. Windows color (decimal): -8038147 or 16603269. OLE color: 16603269.
HSL color Cylindrical-coordinate representation of color #8558FD: hue angle of 256.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8558FD is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 88 | 253 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.01 |
| HSL | 256.36º | 0.98% | 0.67% | - |
| HSV(B) | 256.36º | 0.65% | 0.99% | - |
| XYZ | 30.89 | 19.06 | 94.98 | - |
| YUV | 120.27 | 202.91 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 253 | 0.47 | 0.65 | 0 | 0.01 | 256.36 | 0.98 | 0.67 |
| Hex | 85 | 58 | FD | 2F | 41 | 0 | 1 | 100 | 62 | 43 |
| Octal | 205 | 130 | 375 | 57 | 101 | 0 | 1 | 400 | 142 | 103 |
| Binary | 10000101 | 1011000 | 11111101 | 101111 | 1000001 | 0 | 1 | 100000000 | 1100010 | 1000011 |
Color Harmonies of #8558FD
Complementary color
Monochromatic Colors of #8558FD
Black with #8558FD
Text Example
Text Example
White with #8558FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558FD; }
p { color: rgb(133,88,253); }
H1.HeaderClassName
{
color: #8558FD;
}
.AnyTagClassName
{
color: #8558FD;
}
</style>
background-color css
<style>
a { background-color: #8558FD; }
a { background-color: rgb(133,88,253); }
div.DivClassName
{
background-color: #8558FD;
}
.BgClassName
{
background-color: #8558FD;
}
</style>
border-color css
<style>
span { border-color: #8558FD; }
span { border-color: rgb(133,88,253); }
td.TdClassName
{
border-color: #8558FD;
}
.TagClassName
{
border-color: #8558FD;
}
</style>