Shades of Medium Slate Blue #8753FE
Tints of Medium Slate Blue #8753FE
RGB
CMYK
RGB Variations
Color information
#8753FE (or 0x8753FE) is known color: Medium Slate Blue. HEX triplet: 87, 53 and FE. RGB value is (135,83,254). Sum of RGB (Red+Green+Blue) = 135+83+254=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 83 (32.81% from 255 or 17.58% 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 #8753FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8753FE is #78AC01. Grayscale: #757575. Windows color (decimal): -7908354 or 16667527. OLE color: 16667527.
HSL color Cylindrical-coordinate representation of color #8753FE: hue angle of 258.25º 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 #8753FE is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 83 | 254 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.00 |
| HSL | 258.25º | 0.99% | 0.66% | - |
| HSV(B) | 258.25º | 0.67% | 1% | - |
| XYZ | 30.97 | 18.49 | 95.7 | - |
| YUV | 118.04 | 204.73 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 254 | 0.47 | 0.67 | 0 | 0.00 | 258.25 | 0.99 | 0.66 |
| Hex | 87 | 53 | FE | 2F | 43 | 0 | 0 | 102 | 63 | 42 |
| Octal | 207 | 123 | 376 | 57 | 103 | 0 | 0 | 402 | 143 | 102 |
| Binary | 10000111 | 1010011 | 11111110 | 101111 | 1000011 | 0 | 0 | 100000010 | 1100011 | 1000010 |
Color Harmonies of #8753FE
Complementary color
Monochromatic Colors of #8753FE
Black with #8753FE
Text Example
Text Example
White with #8753FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8753FE; }
p { color: rgb(135,83,254); }
H1.HeaderClassName
{
color: #8753FE;
}
.AnyTagClassName
{
color: #8753FE;
}
</style>
background-color css
<style>
a { background-color: #8753FE; }
a { background-color: rgb(135,83,254); }
div.DivClassName
{
background-color: #8753FE;
}
.BgClassName
{
background-color: #8753FE;
}
</style>
border-color css
<style>
span { border-color: #8753FE; }
span { border-color: rgb(135,83,254); }
td.TdClassName
{
border-color: #8753FE;
}
.TagClassName
{
border-color: #8753FE;
}
</style>