Shades of Medium Slate Blue #8459F8
Tints of Medium Slate Blue #8459F8
RGB
CMYK
RGB Variations
Color information
#8459F8 (or 0x8459F8) is known color: Medium Slate Blue. HEX triplet: 84, 59 and F8. RGB value is (132,89,248). Sum of RGB (Red+Green+Blue) = 132+89+248=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #8459F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8459F8 is #7BA607. Grayscale: #777777. Windows color (decimal): -8103432 or 16275844. OLE color: 16275844.
HSL color Cylindrical-coordinate representation of color #8459F8: hue angle of 256.23º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8459F8 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 89 | 248 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.03 |
| HSL | 256.23º | 0.92% | 0.66% | - |
| HSV(B) | 256.23º | 0.64% | 0.97% | - |
| XYZ | 30.03 | 18.83 | 90.86 | - |
| YUV | 119.98 | 200.25 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 248 | 0.47 | 0.64 | 0 | 0.03 | 256.23 | 0.92 | 0.66 |
| Hex | 84 | 59 | F8 | 2F | 40 | 0 | 3 | 100 | 5C | 42 |
| Octal | 204 | 131 | 370 | 57 | 100 | 0 | 3 | 400 | 134 | 102 |
| Binary | 10000100 | 1011001 | 11111000 | 101111 | 1000000 | 0 | 11 | 100000000 | 1011100 | 1000010 |
Color Harmonies of #8459F8
Complementary color
Monochromatic Colors of #8459F8
Black with #8459F8
Text Example
Text Example
White with #8459F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459F8; }
p { color: rgb(132,89,248); }
H1.HeaderClassName
{
color: #8459F8;
}
.AnyTagClassName
{
color: #8459F8;
}
</style>
background-color css
<style>
a { background-color: #8459F8; }
a { background-color: rgb(132,89,248); }
div.DivClassName
{
background-color: #8459F8;
}
.BgClassName
{
background-color: #8459F8;
}
</style>
border-color css
<style>
span { border-color: #8459F8; }
span { border-color: rgb(132,89,248); }
td.TdClassName
{
border-color: #8459F8;
}
.TagClassName
{
border-color: #8459F8;
}
</style>