Shades of Medium Slate Blue #8552FB
Tints of Medium Slate Blue #8552FB
RGB
CMYK
RGB Variations
Color information
#8552FB (or 0x8552FB) is known color: Medium Slate Blue. HEX triplet: 85, 52 and FB. RGB value is (133,82,251). Sum of RGB (Red+Green+Blue) = 133+82+251=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #8552FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8552FB is #7AAD04. Grayscale: #737373. Windows color (decimal): -8039685 or 16470661. OLE color: 16470661.
HSL color Cylindrical-coordinate representation of color #8552FB: hue angle of 258.11º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8552FB is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 82 | 251 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.02 |
| HSL | 258.11º | 0.95% | 0.65% | - |
| HSV(B) | 258.11º | 0.67% | 0.98% | - |
| XYZ | 30.1 | 17.99 | 93.15 | - |
| YUV | 116.52 | 203.9 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 251 | 0.47 | 0.67 | 0 | 0.02 | 258.11 | 0.95 | 0.65 |
| Hex | 85 | 52 | FB | 2F | 43 | 0 | 2 | 102 | 5F | 41 |
| Octal | 205 | 122 | 373 | 57 | 103 | 0 | 2 | 402 | 137 | 101 |
| Binary | 10000101 | 1010010 | 11111011 | 101111 | 1000011 | 0 | 10 | 100000010 | 1011111 | 1000001 |
Color Harmonies of #8552FB
Complementary color
Monochromatic Colors of #8552FB
Black with #8552FB
Text Example
Text Example
White with #8552FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552FB; }
p { color: rgb(133,82,251); }
H1.HeaderClassName
{
color: #8552FB;
}
.AnyTagClassName
{
color: #8552FB;
}
</style>
background-color css
<style>
a { background-color: #8552FB; }
a { background-color: rgb(133,82,251); }
div.DivClassName
{
background-color: #8552FB;
}
.BgClassName
{
background-color: #8552FB;
}
</style>
border-color css
<style>
span { border-color: #8552FB; }
span { border-color: rgb(133,82,251); }
td.TdClassName
{
border-color: #8552FB;
}
.TagClassName
{
border-color: #8552FB;
}
</style>