Shades of Medium Slate Blue #8450FE
Tints of Medium Slate Blue #8450FE
RGB
CMYK
RGB Variations
Color information
#8450FE (or 0x8450FE) is known color: Medium Slate Blue. HEX triplet: 84, 50 and FE. RGB value is (132,80,254). Sum of RGB (Red+Green+Blue) = 132+80+254=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #8450FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8450FE is #7BAF01. Grayscale: #727272. Windows color (decimal): -8105730 or 16666756. OLE color: 16666756.
HSL color Cylindrical-coordinate representation of color #8450FE: hue angle of 257.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8450FE is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 80 | 254 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.00 |
| HSL | 257.93º | 0.99% | 0.65% | - |
| HSV(B) | 257.93º | 0.69% | 1% | - |
| XYZ | 30.27 | 17.8 | 95.61 | - |
| YUV | 115.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 254 | 0.48 | 0.69 | 0 | 0.00 | 257.93 | 0.99 | 0.65 |
| Hex | 84 | 50 | FE | 30 | 45 | 0 | 0 | 102 | 63 | 41 |
| Octal | 204 | 120 | 376 | 60 | 105 | 0 | 0 | 402 | 143 | 101 |
| Binary | 10000100 | 1010000 | 11111110 | 110000 | 1000101 | 0 | 0 | 100000010 | 1100011 | 1000001 |
Color Harmonies of #8450FE
Complementary color
Monochromatic Colors of #8450FE
Black with #8450FE
Text Example
Text Example
White with #8450FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450FE; }
p { color: rgb(132,80,254); }
H1.HeaderClassName
{
color: #8450FE;
}
.AnyTagClassName
{
color: #8450FE;
}
</style>
background-color css
<style>
a { background-color: #8450FE; }
a { background-color: rgb(132,80,254); }
div.DivClassName
{
background-color: #8450FE;
}
.BgClassName
{
background-color: #8450FE;
}
</style>
border-color css
<style>
span { border-color: #8450FE; }
span { border-color: rgb(132,80,254); }
td.TdClassName
{
border-color: #8450FE;
}
.TagClassName
{
border-color: #8450FE;
}
</style>