Shades of Medium Slate Blue #8455FA
Tints of Medium Slate Blue #8455FA
RGB
CMYK
RGB Variations
Color information
#8455FA (or 0x8455FA) is known color: Medium Slate Blue. HEX triplet: 84, 55 and FA. RGB value is (132,85,250). Sum of RGB (Red+Green+Blue) = 132+85+250=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #8455FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8455FA is #7BAA05. Grayscale: #757575. Windows color (decimal): -8104454 or 16405892. OLE color: 16405892.
HSL color Cylindrical-coordinate representation of color #8455FA: hue angle of 257.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8455FA is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 85 | 250 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.02 |
| HSL | 257.09º | 0.94% | 0.66% | - |
| HSV(B) | 257.09º | 0.66% | 0.98% | - |
| XYZ | 30.02 | 18.3 | 92.39 | - |
| YUV | 117.86 | 202.57 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 250 | 0.47 | 0.66 | 0 | 0.02 | 257.09 | 0.94 | 0.66 |
| Hex | 84 | 55 | FA | 2F | 42 | 0 | 2 | 101 | 5E | 42 |
| Octal | 204 | 125 | 372 | 57 | 102 | 0 | 2 | 401 | 136 | 102 |
| Binary | 10000100 | 1010101 | 11111010 | 101111 | 1000010 | 0 | 10 | 100000001 | 1011110 | 1000010 |
Color Harmonies of #8455FA
Complementary color
Monochromatic Colors of #8455FA
Black with #8455FA
Text Example
Text Example
White with #8455FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455FA; }
p { color: rgb(132,85,250); }
H1.HeaderClassName
{
color: #8455FA;
}
.AnyTagClassName
{
color: #8455FA;
}
</style>
background-color css
<style>
a { background-color: #8455FA; }
a { background-color: rgb(132,85,250); }
div.DivClassName
{
background-color: #8455FA;
}
.BgClassName
{
background-color: #8455FA;
}
</style>
border-color css
<style>
span { border-color: #8455FA; }
span { border-color: rgb(132,85,250); }
td.TdClassName
{
border-color: #8455FA;
}
.TagClassName
{
border-color: #8455FA;
}
</style>