Shades of Medium Slate Blue #8754F8
Tints of Medium Slate Blue #8754F8
RGB
CMYK
RGB Variations
Color information
#8754F8 (or 0x8754F8) is known color: Medium Slate Blue. HEX triplet: 87, 54 and F8. RGB value is (135,84,248). Sum of RGB (Red+Green+Blue) = 135+84+248=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #8754F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8754F8 is #78AB07. Grayscale: #757575. Windows color (decimal): -7908104 or 16274567. OLE color: 16274567.
HSL color Cylindrical-coordinate representation of color #8754F8: hue angle of 258.66º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8754F8 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 135 | 84 | 248 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.03 |
| HSL | 258.66º | 0.92% | 0.65% | - |
| HSV(B) | 258.66º | 0.66% | 0.97% | - |
| XYZ | 30.11 | 18.27 | 90.75 | - |
| YUV | 117.95 | 201.4 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 248 | 0.46 | 0.66 | 0 | 0.03 | 258.66 | 0.92 | 0.65 |
| Hex | 87 | 54 | F8 | 2E | 42 | 0 | 3 | 103 | 5C | 41 |
| Octal | 207 | 124 | 370 | 56 | 102 | 0 | 3 | 403 | 134 | 101 |
| Binary | 10000111 | 1010100 | 11111000 | 101110 | 1000010 | 0 | 11 | 100000011 | 1011100 | 1000001 |
Color Harmonies of #8754F8
Complementary color
Monochromatic Colors of #8754F8
Black with #8754F8
Text Example
Text Example
White with #8754F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8754F8; }
p { color: rgb(135,84,248); }
H1.HeaderClassName
{
color: #8754F8;
}
.AnyTagClassName
{
color: #8754F8;
}
</style>
background-color css
<style>
a { background-color: #8754F8; }
a { background-color: rgb(135,84,248); }
div.DivClassName
{
background-color: #8754F8;
}
.BgClassName
{
background-color: #8754F8;
}
</style>
border-color css
<style>
span { border-color: #8754F8; }
span { border-color: rgb(135,84,248); }
td.TdClassName
{
border-color: #8754F8;
}
.TagClassName
{
border-color: #8754F8;
}
</style>