Shades of Medium Slate Blue #8450FA
Tints of Medium Slate Blue #8450FA
RGB
CMYK
RGB Variations
Color information
#8450FA (or 0x8450FA) is known color: Medium Slate Blue. HEX triplet: 84, 50 and FA. RGB value is (132,80,250). Sum of RGB (Red+Green+Blue) = 132+80+250=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #8450FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8450FA is #7BAF05. Grayscale: #727272. Windows color (decimal): -8105734 or 16404612. OLE color: 16404612.
HSL color Cylindrical-coordinate representation of color #8450FA: hue angle of 258.35º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8450FA is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 80 | 250 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.02 |
| HSL | 258.35º | 0.94% | 0.65% | - |
| HSV(B) | 258.35º | 0.68% | 0.98% | - |
| XYZ | 29.64 | 17.54 | 92.27 | - |
| YUV | 114.93 | 204.23 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 250 | 0.47 | 0.68 | 0 | 0.02 | 258.35 | 0.94 | 0.65 |
| Hex | 84 | 50 | FA | 2F | 44 | 0 | 2 | 102 | 5E | 41 |
| Octal | 204 | 120 | 372 | 57 | 104 | 0 | 2 | 402 | 136 | 101 |
| Binary | 10000100 | 1010000 | 11111010 | 101111 | 1000100 | 0 | 10 | 100000010 | 1011110 | 1000001 |
Color Harmonies of #8450FA
Complementary color
Monochromatic Colors of #8450FA
Black with #8450FA
Text Example
Text Example
White with #8450FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450FA; }
p { color: rgb(132,80,250); }
H1.HeaderClassName
{
color: #8450FA;
}
.AnyTagClassName
{
color: #8450FA;
}
</style>
background-color css
<style>
a { background-color: #8450FA; }
a { background-color: rgb(132,80,250); }
div.DivClassName
{
background-color: #8450FA;
}
.BgClassName
{
background-color: #8450FA;
}
</style>
border-color css
<style>
span { border-color: #8450FA; }
span { border-color: rgb(132,80,250); }
td.TdClassName
{
border-color: #8450FA;
}
.TagClassName
{
border-color: #8450FA;
}
</style>