Shades of Medium Slate Blue #8967F2
Tints of Medium Slate Blue #8967F2
RGB
CMYK
RGB Variations
Color information
#8967F2 (or 0x8967F2) is known color: Medium Slate Blue. HEX triplet: 89, 67 and F2. RGB value is (137,103,242). Sum of RGB (Red+Green+Blue) = 137+103+242=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #8967F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8967F2 is #76980D. Grayscale: #808080. Windows color (decimal): -7772174 or 15886217. OLE color: 15886217.
HSL color Cylindrical-coordinate representation of color #8967F2: hue angle of 254.68º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8967F2 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 103 | 242 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.05 |
| HSL | 254.68º | 0.84% | 0.68% | - |
| HSV(B) | 254.68º | 0.57% | 0.95% | - |
| XYZ | 31.19 | 21.43 | 86.5 | - |
| YUV | 129.01 | 191.76 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 103 | 242 | 0.43 | 0.57 | 0 | 0.05 | 254.68 | 0.84 | 0.68 |
| Hex | 89 | 67 | F2 | 2B | 39 | 0 | 5 | FF | 54 | 44 |
| Octal | 211 | 147 | 362 | 53 | 71 | 0 | 5 | 377 | 124 | 104 |
| Binary | 10001001 | 1100111 | 11110010 | 101011 | 111001 | 0 | 101 | 11111111 | 1010100 | 1000100 |
Color Harmonies of #8967F2
Complementary color
Monochromatic Colors of #8967F2
Black with #8967F2
Text Example
Text Example
White with #8967F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8967F2; }
p { color: rgb(137,103,242); }
H1.HeaderClassName
{
color: #8967F2;
}
.AnyTagClassName
{
color: #8967F2;
}
</style>
background-color css
<style>
a { background-color: #8967F2; }
a { background-color: rgb(137,103,242); }
div.DivClassName
{
background-color: #8967F2;
}
.BgClassName
{
background-color: #8967F2;
}
</style>
border-color css
<style>
span { border-color: #8967F2; }
span { border-color: rgb(137,103,242); }
td.TdClassName
{
border-color: #8967F2;
}
.TagClassName
{
border-color: #8967F2;
}
</style>