Shades of Medium Slate Blue #8962F0
Tints of Medium Slate Blue #8962F0
RGB
CMYK
RGB Variations
Color information
#8962F0 (or 0x8962F0) is known color: Medium Slate Blue. HEX triplet: 89, 62 and F0. RGB value is (137,98,240). Sum of RGB (Red+Green+Blue) = 137+98+240=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #8962F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8962F0 is #769D0F. Grayscale: #7D7D7D. Windows color (decimal): -7773456 or 15753865. OLE color: 15753865.
HSL color Cylindrical-coordinate representation of color #8962F0: hue angle of 256.48º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8962F0 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 98 | 240 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.06 |
| HSL | 256.48º | 0.83% | 0.66% | - |
| HSV(B) | 256.48º | 0.59% | 0.94% | - |
| XYZ | 30.41 | 20.35 | 84.76 | - |
| YUV | 125.85 | 192.42 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 240 | 0.43 | 0.59 | 0 | 0.06 | 256.48 | 0.83 | 0.66 |
| Hex | 89 | 62 | F0 | 2B | 3B | 0 | 6 | 100 | 53 | 42 |
| Octal | 211 | 142 | 360 | 53 | 73 | 0 | 6 | 400 | 123 | 102 |
| Binary | 10001001 | 1100010 | 11110000 | 101011 | 111011 | 0 | 110 | 100000000 | 1010011 | 1000010 |
Color Harmonies of #8962F0
Complementary color
Monochromatic Colors of #8962F0
Black with #8962F0
Text Example
Text Example
White with #8962F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8962F0; }
p { color: rgb(137,98,240); }
H1.HeaderClassName
{
color: #8962F0;
}
.AnyTagClassName
{
color: #8962F0;
}
</style>
background-color css
<style>
a { background-color: #8962F0; }
a { background-color: rgb(137,98,240); }
div.DivClassName
{
background-color: #8962F0;
}
.BgClassName
{
background-color: #8962F0;
}
</style>
border-color css
<style>
span { border-color: #8962F0; }
span { border-color: rgb(137,98,240); }
td.TdClassName
{
border-color: #8962F0;
}
.TagClassName
{
border-color: #8962F0;
}
</style>