Shades of Medium Slate Blue #8952F7
Tints of Medium Slate Blue #8952F7
RGB
CMYK
RGB Variations
Color information
#8952F7 (or 0x8952F7) is known color: Medium Slate Blue. HEX triplet: 89, 52 and F7. RGB value is (137,82,247). Sum of RGB (Red+Green+Blue) = 137+82+247=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 247 (96.88% from 255 or 53.00% from 466); Max value from RGB is 247 - color contains mainly: blue. Hex color #8952F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8952F7 is #76AD08. Grayscale: #747474. Windows color (decimal): -7777545 or 16208521. OLE color: 16208521.
HSL color Cylindrical-coordinate representation of color #8952F7: hue angle of 260º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8952F7 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 82 | 247 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.03 |
| HSL | 260º | 0.91% | 0.65% | - |
| HSV(B) | 260º | 0.67% | 0.97% | - |
| XYZ | 30.12 | 18.07 | 89.9 | - |
| YUV | 117.26 | 201.22 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 247 | 0.45 | 0.67 | 0 | 0.03 | 260 | 0.91 | 0.65 |
| Hex | 89 | 52 | F7 | 2D | 43 | 0 | 3 | 104 | 5B | 41 |
| Octal | 211 | 122 | 367 | 55 | 103 | 0 | 3 | 404 | 133 | 101 |
| Binary | 10001001 | 1010010 | 11110111 | 101101 | 1000011 | 0 | 11 | 100000100 | 1011011 | 1000001 |
Color Harmonies of #8952F7
Complementary color
Monochromatic Colors of #8952F7
Black with #8952F7
Text Example
Text Example
White with #8952F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952F7; }
p { color: rgb(137,82,247); }
H1.HeaderClassName
{
color: #8952F7;
}
.AnyTagClassName
{
color: #8952F7;
}
</style>
background-color css
<style>
a { background-color: #8952F7; }
a { background-color: rgb(137,82,247); }
div.DivClassName
{
background-color: #8952F7;
}
.BgClassName
{
background-color: #8952F7;
}
</style>
border-color css
<style>
span { border-color: #8952F7; }
span { border-color: rgb(137,82,247); }
td.TdClassName
{
border-color: #8952F7;
}
.TagClassName
{
border-color: #8952F7;
}
</style>