Shades of Medium Slate Blue #8555FE
Tints of Medium Slate Blue #8555FE
RGB
CMYK
RGB Variations
Color information
#8555FE (or 0x8555FE) is known color: Medium Slate Blue. HEX triplet: 85, 55 and FE. RGB value is (133,85,254). Sum of RGB (Red+Green+Blue) = 133+85+254=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #8555FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8555FE is #7AAA01. Grayscale: #757575. Windows color (decimal): -8038914 or 16668037. OLE color: 16668037.
HSL color Cylindrical-coordinate representation of color #8555FE: hue angle of 257.04º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8555FE is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 85 | 254 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.00 |
| HSL | 257.04º | 0.99% | 0.66% | - |
| HSV(B) | 257.04º | 0.67% | 1% | - |
| XYZ | 30.81 | 18.64 | 95.74 | - |
| YUV | 118.62 | 204.4 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 254 | 0.48 | 0.67 | 0 | 0.00 | 257.04 | 0.99 | 0.66 |
| Hex | 85 | 55 | FE | 30 | 43 | 0 | 0 | 101 | 63 | 42 |
| Octal | 205 | 125 | 376 | 60 | 103 | 0 | 0 | 401 | 143 | 102 |
| Binary | 10000101 | 1010101 | 11111110 | 110000 | 1000011 | 0 | 0 | 100000001 | 1100011 | 1000010 |
Color Harmonies of #8555FE
Complementary color
Monochromatic Colors of #8555FE
Black with #8555FE
Text Example
Text Example
White with #8555FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8555FE; }
p { color: rgb(133,85,254); }
H1.HeaderClassName
{
color: #8555FE;
}
.AnyTagClassName
{
color: #8555FE;
}
</style>
background-color css
<style>
a { background-color: #8555FE; }
a { background-color: rgb(133,85,254); }
div.DivClassName
{
background-color: #8555FE;
}
.BgClassName
{
background-color: #8555FE;
}
</style>
border-color css
<style>
span { border-color: #8555FE; }
span { border-color: rgb(133,85,254); }
td.TdClassName
{
border-color: #8555FE;
}
.TagClassName
{
border-color: #8555FE;
}
</style>