Shades of Medium Slate Blue #8856FA
Tints of Medium Slate Blue #8856FA
RGB
CMYK
RGB Variations
Color information
#8856FA (or 0x8856FA) is known color: Medium Slate Blue. HEX triplet: 88, 56 and FA. RGB value is (136,86,250). Sum of RGB (Red+Green+Blue) = 136+86+250=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #8856FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8856FA is #77A905. Grayscale: #777777. Windows color (decimal): -7842054 or 16406152. OLE color: 16406152.
HSL color Cylindrical-coordinate representation of color #8856FA: hue angle of 258.29º 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 #8856FA is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 86 | 250 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.02 |
| HSL | 258.29º | 0.94% | 0.66% | - |
| HSV(B) | 258.29º | 0.66% | 0.98% | - |
| XYZ | 30.74 | 18.79 | 92.45 | - |
| YUV | 119.65 | 201.57 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 250 | 0.46 | 0.66 | 0 | 0.02 | 258.29 | 0.94 | 0.66 |
| Hex | 88 | 56 | FA | 2E | 42 | 0 | 2 | 102 | 5E | 42 |
| Octal | 210 | 126 | 372 | 56 | 102 | 0 | 2 | 402 | 136 | 102 |
| Binary | 10001000 | 1010110 | 11111010 | 101110 | 1000010 | 0 | 10 | 100000010 | 1011110 | 1000010 |
Color Harmonies of #8856FA
Complementary color
Monochromatic Colors of #8856FA
Black with #8856FA
Text Example
Text Example
White with #8856FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8856FA; }
p { color: rgb(136,86,250); }
H1.HeaderClassName
{
color: #8856FA;
}
.AnyTagClassName
{
color: #8856FA;
}
</style>
background-color css
<style>
a { background-color: #8856FA; }
a { background-color: rgb(136,86,250); }
div.DivClassName
{
background-color: #8856FA;
}
.BgClassName
{
background-color: #8856FA;
}
</style>
border-color css
<style>
span { border-color: #8856FA; }
span { border-color: rgb(136,86,250); }
td.TdClassName
{
border-color: #8856FA;
}
.TagClassName
{
border-color: #8856FA;
}
</style>