Shades of Medium Slate Blue #8459FC
Tints of Medium Slate Blue #8459FC
RGB
CMYK
RGB Variations
Color information
#8459FC (or 0x8459FC) is known color: Medium Slate Blue. HEX triplet: 84, 59 and FC. RGB value is (132,89,252). Sum of RGB (Red+Green+Blue) = 132+89+252=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #8459FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8459FC is #7BA603. Grayscale: #777777. Windows color (decimal): -8103428 or 16537988. OLE color: 16537988.
HSL color Cylindrical-coordinate representation of color #8459FC: hue angle of 255.83º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8459FC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 89 | 252 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.01 |
| HSL | 255.83º | 0.96% | 0.67% | - |
| HSV(B) | 255.83º | 0.65% | 0.99% | - |
| XYZ | 30.66 | 19.08 | 94.16 | - |
| YUV | 120.44 | 202.25 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 252 | 0.48 | 0.65 | 0 | 0.01 | 255.83 | 0.96 | 0.67 |
| Hex | 84 | 59 | FC | 30 | 41 | 0 | 1 | 100 | 60 | 43 |
| Octal | 204 | 131 | 374 | 60 | 101 | 0 | 1 | 400 | 140 | 103 |
| Binary | 10000100 | 1011001 | 11111100 | 110000 | 1000001 | 0 | 1 | 100000000 | 1100000 | 1000011 |
Color Harmonies of #8459FC
Complementary color
Monochromatic Colors of #8459FC
Black with #8459FC
Text Example
Text Example
White with #8459FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459FC; }
p { color: rgb(132,89,252); }
H1.HeaderClassName
{
color: #8459FC;
}
.AnyTagClassName
{
color: #8459FC;
}
</style>
background-color css
<style>
a { background-color: #8459FC; }
a { background-color: rgb(132,89,252); }
div.DivClassName
{
background-color: #8459FC;
}
.BgClassName
{
background-color: #8459FC;
}
</style>
border-color css
<style>
span { border-color: #8459FC; }
span { border-color: rgb(132,89,252); }
td.TdClassName
{
border-color: #8459FC;
}
.TagClassName
{
border-color: #8459FC;
}
</style>