Shades of Medium Slate Blue #8950FE
Tints of Medium Slate Blue #8950FE
RGB
CMYK
RGB Variations
Color information
#8950FE (or 0x8950FE) is known color: Medium Slate Blue. HEX triplet: 89, 50 and FE. RGB value is (137,80,254). Sum of RGB (Red+Green+Blue) = 137+80+254=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #8950FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8950FE is #76AF01. Grayscale: #747474. Windows color (decimal): -7778050 or 16666761. OLE color: 16666761.
HSL color Cylindrical-coordinate representation of color #8950FE: hue angle of 259.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8950FE is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 80 | 254 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.00 |
| HSL | 259.66º | 0.99% | 0.65% | - |
| HSV(B) | 259.66º | 0.69% | 1% | - |
| XYZ | 31.07 | 18.21 | 95.64 | - |
| YUV | 116.88 | 205.38 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 254 | 0.46 | 0.69 | 0 | 0.00 | 259.66 | 0.99 | 0.65 |
| Hex | 89 | 50 | FE | 2E | 45 | 0 | 0 | 104 | 63 | 41 |
| Octal | 211 | 120 | 376 | 56 | 105 | 0 | 0 | 404 | 143 | 101 |
| Binary | 10001001 | 1010000 | 11111110 | 101110 | 1000101 | 0 | 0 | 100000100 | 1100011 | 1000001 |
Color Harmonies of #8950FE
Complementary color
Monochromatic Colors of #8950FE
Black with #8950FE
Text Example
Text Example
White with #8950FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8950FE; }
p { color: rgb(137,80,254); }
H1.HeaderClassName
{
color: #8950FE;
}
.AnyTagClassName
{
color: #8950FE;
}
</style>
background-color css
<style>
a { background-color: #8950FE; }
a { background-color: rgb(137,80,254); }
div.DivClassName
{
background-color: #8950FE;
}
.BgClassName
{
background-color: #8950FE;
}
</style>
border-color css
<style>
span { border-color: #8950FE; }
span { border-color: rgb(137,80,254); }
td.TdClassName
{
border-color: #8950FE;
}
.TagClassName
{
border-color: #8950FE;
}
</style>