Shades of Medium Slate Blue #8553FA
Tints of Medium Slate Blue #8553FA
RGB
CMYK
RGB Variations
Color information
#8553FA (or 0x8553FA) is known color: Medium Slate Blue. HEX triplet: 85, 53 and FA. RGB value is (133,83,250). Sum of RGB (Red+Green+Blue) = 133+83+250=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #8553FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8553FA is #7AAC05. Grayscale: #747474. Windows color (decimal): -8039430 or 16405381. OLE color: 16405381.
HSL color Cylindrical-coordinate representation of color #8553FA: hue angle of 257.96º degrees, saturation: 0.94, 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 #8553FA is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 83 | 250 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.02 |
| HSL | 257.96º | 0.94% | 0.65% | - |
| HSV(B) | 257.96º | 0.67% | 0.98% | - |
| XYZ | 30.02 | 18.08 | 92.35 | - |
| YUV | 116.99 | 203.07 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 250 | 0.47 | 0.67 | 0 | 0.02 | 257.96 | 0.94 | 0.65 |
| Hex | 85 | 53 | FA | 2F | 43 | 0 | 2 | 102 | 5E | 41 |
| Octal | 205 | 123 | 372 | 57 | 103 | 0 | 2 | 402 | 136 | 101 |
| Binary | 10000101 | 1010011 | 11111010 | 101111 | 1000011 | 0 | 10 | 100000010 | 1011110 | 1000001 |
Color Harmonies of #8553FA
Complementary color
Monochromatic Colors of #8553FA
Black with #8553FA
Text Example
Text Example
White with #8553FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8553FA; }
p { color: rgb(133,83,250); }
H1.HeaderClassName
{
color: #8553FA;
}
.AnyTagClassName
{
color: #8553FA;
}
</style>
background-color css
<style>
a { background-color: #8553FA; }
a { background-color: rgb(133,83,250); }
div.DivClassName
{
background-color: #8553FA;
}
.BgClassName
{
background-color: #8553FA;
}
</style>
border-color css
<style>
span { border-color: #8553FA; }
span { border-color: rgb(133,83,250); }
td.TdClassName
{
border-color: #8553FA;
}
.TagClassName
{
border-color: #8553FA;
}
</style>