Shades of Medium Slate Blue #8458FD
Tints of Medium Slate Blue #8458FD
RGB
CMYK
RGB Variations
Color information
#8458FD (or 0x8458FD) is known color: Medium Slate Blue. HEX triplet: 84, 58 and FD. RGB value is (132,88,253). Sum of RGB (Red+Green+Blue) = 132+88+253=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #8458FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458FD is #7BA702. Grayscale: #777777. Windows color (decimal): -8103683 or 16603268. OLE color: 16603268.
HSL color Cylindrical-coordinate representation of color #8458FD: hue angle of 256º degrees, saturation: 0.98, 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 #8458FD is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 88 | 253 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.01 |
| HSL | 256º | 0.98% | 0.67% | - |
| HSV(B) | 256º | 0.65% | 0.99% | - |
| XYZ | 30.74 | 18.98 | 94.97 | - |
| YUV | 119.97 | 203.08 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 253 | 0.48 | 0.65 | 0 | 0.01 | 256 | 0.98 | 0.67 |
| Hex | 84 | 58 | FD | 30 | 41 | 0 | 1 | 100 | 62 | 43 |
| Octal | 204 | 130 | 375 | 60 | 101 | 0 | 1 | 400 | 142 | 103 |
| Binary | 10000100 | 1011000 | 11111101 | 110000 | 1000001 | 0 | 1 | 100000000 | 1100010 | 1000011 |
Color Harmonies of #8458FD
Complementary color
Monochromatic Colors of #8458FD
Black with #8458FD
Text Example
Text Example
White with #8458FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8458FD; }
p { color: rgb(132,88,253); }
H1.HeaderClassName
{
color: #8458FD;
}
.AnyTagClassName
{
color: #8458FD;
}
</style>
background-color css
<style>
a { background-color: #8458FD; }
a { background-color: rgb(132,88,253); }
div.DivClassName
{
background-color: #8458FD;
}
.BgClassName
{
background-color: #8458FD;
}
</style>
border-color css
<style>
span { border-color: #8458FD; }
span { border-color: rgb(132,88,253); }
td.TdClassName
{
border-color: #8458FD;
}
.TagClassName
{
border-color: #8458FD;
}
</style>