Shades of Medium Slate Blue #8962F2
Tints of Medium Slate Blue #8962F2
RGB
CMYK
RGB Variations
Color information
#8962F2 (or 0x8962F2) is known color: Medium Slate Blue. HEX triplet: 89, 62 and F2. RGB value is (137,98,242). Sum of RGB (Red+Green+Blue) = 137+98+242=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #8962F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8962F2 is #769D0D. Grayscale: #7D7D7D. Windows color (decimal): -7773454 or 15884937. OLE color: 15884937.
HSL color Cylindrical-coordinate representation of color #8962F2: hue angle of 256.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8962F2 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 98 | 242 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.05 |
| HSL | 256.25º | 0.85% | 0.67% | - |
| HSV(B) | 256.25º | 0.6% | 0.95% | - |
| XYZ | 30.71 | 20.46 | 86.34 | - |
| YUV | 126.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 242 | 0.43 | 0.60 | 0 | 0.05 | 256.25 | 0.85 | 0.67 |
| Hex | 89 | 62 | F2 | 2B | 3C | 0 | 5 | 100 | 55 | 43 |
| Octal | 211 | 142 | 362 | 53 | 74 | 0 | 5 | 400 | 125 | 103 |
| Binary | 10001001 | 1100010 | 11110010 | 101011 | 111100 | 0 | 101 | 100000000 | 1010101 | 1000011 |
Color Harmonies of #8962F2
Complementary color
Monochromatic Colors of #8962F2
Black with #8962F2
Text Example
Text Example
White with #8962F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8962F2; }
p { color: rgb(137,98,242); }
H1.HeaderClassName
{
color: #8962F2;
}
.AnyTagClassName
{
color: #8962F2;
}
</style>
background-color css
<style>
a { background-color: #8962F2; }
a { background-color: rgb(137,98,242); }
div.DivClassName
{
background-color: #8962F2;
}
.BgClassName
{
background-color: #8962F2;
}
</style>
border-color css
<style>
span { border-color: #8962F2; }
span { border-color: rgb(137,98,242); }
td.TdClassName
{
border-color: #8962F2;
}
.TagClassName
{
border-color: #8962F2;
}
</style>