Shades of Medium Slate Blue #8650FE
Tints of Medium Slate Blue #8650FE
RGB
CMYK
RGB Variations
Color information
#8650FE (or 0x8650FE) is known color: Medium Slate Blue. HEX triplet: 86, 50 and FE. RGB value is (134,80,254). Sum of RGB (Red+Green+Blue) = 134+80+254=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #8650FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8650FE is #79AF01. Grayscale: #737373. Windows color (decimal): -7974658 or 16666758. OLE color: 16666758.
HSL color Cylindrical-coordinate representation of color #8650FE: hue angle of 258.62º 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 #8650FE is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 80 | 254 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.00 |
| HSL | 258.62º | 0.99% | 0.65% | - |
| HSV(B) | 258.62º | 0.69% | 1% | - |
| XYZ | 30.59 | 17.96 | 95.62 | - |
| YUV | 115.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 254 | 0.47 | 0.69 | 0 | 0.00 | 258.62 | 0.99 | 0.65 |
| Hex | 86 | 50 | FE | 2F | 45 | 0 | 0 | 103 | 63 | 41 |
| Octal | 206 | 120 | 376 | 57 | 105 | 0 | 0 | 403 | 143 | 101 |
| Binary | 10000110 | 1010000 | 11111110 | 101111 | 1000101 | 0 | 0 | 100000011 | 1100011 | 1000001 |
Color Harmonies of #8650FE
Complementary color
Monochromatic Colors of #8650FE
Black with #8650FE
Text Example
Text Example
White with #8650FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8650FE; }
p { color: rgb(134,80,254); }
H1.HeaderClassName
{
color: #8650FE;
}
.AnyTagClassName
{
color: #8650FE;
}
</style>
background-color css
<style>
a { background-color: #8650FE; }
a { background-color: rgb(134,80,254); }
div.DivClassName
{
background-color: #8650FE;
}
.BgClassName
{
background-color: #8650FE;
}
</style>
border-color css
<style>
span { border-color: #8650FE; }
span { border-color: rgb(134,80,254); }
td.TdClassName
{
border-color: #8650FE;
}
.TagClassName
{
border-color: #8650FE;
}
</style>