Shades of Medium Slate Blue #8958F2
Tints of Medium Slate Blue #8958F2
RGB
CMYK
RGB Variations
Color information
#8958F2 (or 0x8958F2) is known color: Medium Slate Blue. HEX triplet: 89, 58 and F2. RGB value is (137,88,242). Sum of RGB (Red+Green+Blue) = 137+88+242=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #8958F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8958F2 is #76A70D. Grayscale: #777777. Windows color (decimal): -7776014 or 15882377. OLE color: 15882377.
HSL color Cylindrical-coordinate representation of color #8958F2: hue angle of 259.09º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8958F2 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 88 | 242 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.05 |
| HSL | 259.09º | 0.86% | 0.65% | - |
| HSV(B) | 259.09º | 0.64% | 0.95% | - |
| XYZ | 29.83 | 18.71 | 86.04 | - |
| YUV | 120.21 | 196.73 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 242 | 0.43 | 0.64 | 0 | 0.05 | 259.09 | 0.86 | 0.65 |
| Hex | 89 | 58 | F2 | 2B | 40 | 0 | 5 | 103 | 56 | 41 |
| Octal | 211 | 130 | 362 | 53 | 100 | 0 | 5 | 403 | 126 | 101 |
| Binary | 10001001 | 1011000 | 11110010 | 101011 | 1000000 | 0 | 101 | 100000011 | 1010110 | 1000001 |
Color Harmonies of #8958F2
Complementary color
Monochromatic Colors of #8958F2
Black with #8958F2
Text Example
Text Example
White with #8958F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8958F2; }
p { color: rgb(137,88,242); }
H1.HeaderClassName
{
color: #8958F2;
}
.AnyTagClassName
{
color: #8958F2;
}
</style>
background-color css
<style>
a { background-color: #8958F2; }
a { background-color: rgb(137,88,242); }
div.DivClassName
{
background-color: #8958F2;
}
.BgClassName
{
background-color: #8958F2;
}
</style>
border-color css
<style>
span { border-color: #8958F2; }
span { border-color: rgb(137,88,242); }
td.TdClassName
{
border-color: #8958F2;
}
.TagClassName
{
border-color: #8958F2;
}
</style>