Shades of Medium Slate Blue #8450FF
Tints of Medium Slate Blue #8450FF
RGB
CMYK
RGB Variations
Color information
#8450FF (or 0x8450FF) is known color: Medium Slate Blue. HEX triplet: 84, 50 and FF. RGB value is (132,80,255). Sum of RGB (Red+Green+Blue) = 132+80+255=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #8450FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8450FF is #7BAF00. Grayscale: #727272. Windows color (decimal): -8105729 or 16732292. OLE color: 16732292.
HSL color Cylindrical-coordinate representation of color #8450FF: hue angle of 257.83º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8450FF is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 80 | 255 | - |
| CMYK | 0.48 | 0.69 | 0 | 0 |
| HSL | 257.83º | 1% | 0.66% | - |
| HSV(B) | 257.83º | 0.69% | 1% | - |
| XYZ | 30.43 | 17.86 | 96.45 | - |
| YUV | 115.5 | 206.73 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 255 | 0.48 | 0.69 | 0 | 0 | 257.83 | 1 | 0.66 |
| Hex | 84 | 50 | FF | 30 | 45 | 0 | 0 | 102 | 64 | 42 |
| Octal | 204 | 120 | 377 | 60 | 105 | 0 | 0 | 402 | 144 | 102 |
| Binary | 10000100 | 1010000 | 11111111 | 110000 | 1000101 | 0 | 0 | 100000010 | 1100100 | 1000010 |
Color Harmonies of #8450FF
Complementary color
Monochromatic Colors of #8450FF
Black with #8450FF
Text Example
Text Example
White with #8450FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450FF; }
p { color: rgb(132,80,255); }
H1.HeaderClassName
{
color: #8450FF;
}
.AnyTagClassName
{
color: #8450FF;
}
</style>
background-color css
<style>
a { background-color: #8450FF; }
a { background-color: rgb(132,80,255); }
div.DivClassName
{
background-color: #8450FF;
}
.BgClassName
{
background-color: #8450FF;
}
</style>
border-color css
<style>
span { border-color: #8450FF; }
span { border-color: rgb(132,80,255); }
td.TdClassName
{
border-color: #8450FF;
}
.TagClassName
{
border-color: #8450FF;
}
</style>