Shades of Medium Slate Blue #8953FD
Tints of Medium Slate Blue #8953FD
RGB
CMYK
RGB Variations
Color information
#8953FD (or 0x8953FD) is known color: Medium Slate Blue. HEX triplet: 89, 53 and FD. RGB value is (137,83,253). Sum of RGB (Red+Green+Blue) = 137+83+253=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #8953FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8953FD is #76AC02. Grayscale: #757575. Windows color (decimal): -7777283 or 16601993. OLE color: 16601993.
HSL color Cylindrical-coordinate representation of color #8953FD: hue angle of 259.06º degrees, saturation: 0.98, 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 #8953FD is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 83 | 253 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.01 |
| HSL | 259.06º | 0.98% | 0.66% | - |
| HSV(B) | 259.06º | 0.67% | 0.99% | - |
| XYZ | 31.14 | 18.6 | 94.88 | - |
| YUV | 118.53 | 203.89 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 253 | 0.46 | 0.67 | 0 | 0.01 | 259.06 | 0.98 | 0.66 |
| Hex | 89 | 53 | FD | 2E | 43 | 0 | 1 | 103 | 62 | 42 |
| Octal | 211 | 123 | 375 | 56 | 103 | 0 | 1 | 403 | 142 | 102 |
| Binary | 10001001 | 1010011 | 11111101 | 101110 | 1000011 | 0 | 1 | 100000011 | 1100010 | 1000010 |
Color Harmonies of #8953FD
Complementary color
Monochromatic Colors of #8953FD
Black with #8953FD
Text Example
Text Example
White with #8953FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8953FD; }
p { color: rgb(137,83,253); }
H1.HeaderClassName
{
color: #8953FD;
}
.AnyTagClassName
{
color: #8953FD;
}
</style>
background-color css
<style>
a { background-color: #8953FD; }
a { background-color: rgb(137,83,253); }
div.DivClassName
{
background-color: #8953FD;
}
.BgClassName
{
background-color: #8953FD;
}
</style>
border-color css
<style>
span { border-color: #8953FD; }
span { border-color: rgb(137,83,253); }
td.TdClassName
{
border-color: #8953FD;
}
.TagClassName
{
border-color: #8953FD;
}
</style>