Shades of Medium Slate Blue #8458FB
Tints of Medium Slate Blue #8458FB
RGB
CMYK
RGB Variations
Color information
#8458FB (or 0x8458FB) is known color: Medium Slate Blue. HEX triplet: 84, 58 and FB. RGB value is (132,88,251). Sum of RGB (Red+Green+Blue) = 132+88+251=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #8458FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458FB is #7BA704. Grayscale: #777777. Windows color (decimal): -8103685 or 16472196. OLE color: 16472196.
HSL color Cylindrical-coordinate representation of color #8458FB: hue angle of 256.2º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8458FB is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 88 | 251 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.02 |
| HSL | 256.2º | 0.95% | 0.66% | - |
| HSV(B) | 256.2º | 0.65% | 0.98% | - |
| XYZ | 30.42 | 18.85 | 93.3 | - |
| YUV | 119.74 | 202.08 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 251 | 0.47 | 0.65 | 0 | 0.02 | 256.2 | 0.95 | 0.66 |
| Hex | 84 | 58 | FB | 2F | 41 | 0 | 2 | 100 | 5F | 42 |
| Octal | 204 | 130 | 373 | 57 | 101 | 0 | 2 | 400 | 137 | 102 |
| Binary | 10000100 | 1011000 | 11111011 | 101111 | 1000001 | 0 | 10 | 100000000 | 1011111 | 1000010 |
Color Harmonies of #8458FB
Complementary color
Monochromatic Colors of #8458FB
Black with #8458FB
Text Example
Text Example
White with #8458FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8458FB; }
p { color: rgb(132,88,251); }
H1.HeaderClassName
{
color: #8458FB;
}
.AnyTagClassName
{
color: #8458FB;
}
</style>
background-color css
<style>
a { background-color: #8458FB; }
a { background-color: rgb(132,88,251); }
div.DivClassName
{
background-color: #8458FB;
}
.BgClassName
{
background-color: #8458FB;
}
</style>
border-color css
<style>
span { border-color: #8458FB; }
span { border-color: rgb(132,88,251); }
td.TdClassName
{
border-color: #8458FB;
}
.TagClassName
{
border-color: #8458FB;
}
</style>