Shades of Medium Slate Blue #8450F8
Tints of Medium Slate Blue #8450F8
RGB
CMYK
RGB Variations
Color information
#8450F8 (or 0x8450F8) is known color: Medium Slate Blue. HEX triplet: 84, 50 and F8. RGB value is (132,80,248). Sum of RGB (Red+Green+Blue) = 132+80+248=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #8450F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8450F8 is #7BAF07. Grayscale: #727272. Windows color (decimal): -8105736 or 16273540. OLE color: 16273540.
HSL color Cylindrical-coordinate representation of color #8450F8: hue angle of 258.57º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8450F8 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 80 | 248 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.03 |
| HSL | 258.57º | 0.92% | 0.64% | - |
| HSV(B) | 258.57º | 0.68% | 0.97% | - |
| XYZ | 29.33 | 17.42 | 90.62 | - |
| YUV | 114.7 | 203.23 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 248 | 0.47 | 0.68 | 0 | 0.03 | 258.57 | 0.92 | 0.64 |
| Hex | 84 | 50 | F8 | 2F | 44 | 0 | 3 | 103 | 5C | 40 |
| Octal | 204 | 120 | 370 | 57 | 104 | 0 | 3 | 403 | 134 | 100 |
| Binary | 10000100 | 1010000 | 11111000 | 101111 | 1000100 | 0 | 11 | 100000011 | 1011100 | 1000000 |
Color Harmonies of #8450F8
Complementary color
Monochromatic Colors of #8450F8
Black with #8450F8
Text Example
Text Example
White with #8450F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450F8; }
p { color: rgb(132,80,248); }
H1.HeaderClassName
{
color: #8450F8;
}
.AnyTagClassName
{
color: #8450F8;
}
</style>
background-color css
<style>
a { background-color: #8450F8; }
a { background-color: rgb(132,80,248); }
div.DivClassName
{
background-color: #8450F8;
}
.BgClassName
{
background-color: #8450F8;
}
</style>
border-color css
<style>
span { border-color: #8450F8; }
span { border-color: rgb(132,80,248); }
td.TdClassName
{
border-color: #8450F8;
}
.TagClassName
{
border-color: #8450F8;
}
</style>