Shades of Medium Slate Blue #8953FC
Tints of Medium Slate Blue #8953FC
RGB
CMYK
RGB Variations
Color information
#8953FC (or 0x8953FC) is known color: Medium Slate Blue. HEX triplet: 89, 53 and FC. RGB value is (137,83,252). Sum of RGB (Red+Green+Blue) = 137+83+252=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #8953FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8953FC is #76AC03. Grayscale: #757575. Windows color (decimal): -7777284 or 16536457. OLE color: 16536457.
HSL color Cylindrical-coordinate representation of color #8953FC: hue angle of 259.17º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8953FC is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 83 | 252 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.01 |
| HSL | 259.17º | 0.97% | 0.66% | - |
| HSV(B) | 259.17º | 0.67% | 0.99% | - |
| XYZ | 30.98 | 18.53 | 94.04 | - |
| YUV | 118.41 | 203.39 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 252 | 0.46 | 0.67 | 0 | 0.01 | 259.17 | 0.97 | 0.66 |
| Hex | 89 | 53 | FC | 2E | 43 | 0 | 1 | 103 | 61 | 42 |
| Octal | 211 | 123 | 374 | 56 | 103 | 0 | 1 | 403 | 141 | 102 |
| Binary | 10001001 | 1010011 | 11111100 | 101110 | 1000011 | 0 | 1 | 100000011 | 1100001 | 1000010 |
Color Harmonies of #8953FC
Complementary color
Monochromatic Colors of #8953FC
Black with #8953FC
Text Example
Text Example
White with #8953FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8953FC; }
p { color: rgb(137,83,252); }
H1.HeaderClassName
{
color: #8953FC;
}
.AnyTagClassName
{
color: #8953FC;
}
</style>
background-color css
<style>
a { background-color: #8953FC; }
a { background-color: rgb(137,83,252); }
div.DivClassName
{
background-color: #8953FC;
}
.BgClassName
{
background-color: #8953FC;
}
</style>
border-color css
<style>
span { border-color: #8953FC; }
span { border-color: rgb(137,83,252); }
td.TdClassName
{
border-color: #8953FC;
}
.TagClassName
{
border-color: #8953FC;
}
</style>