Shades of Medium Slate Blue #8665EF
Tints of Medium Slate Blue #8665EF
RGB
CMYK
RGB Variations
Color information
#8665EF (or 0x8665EF) is known color: Medium Slate Blue. HEX triplet: 86, 65 and EF. RGB value is (134,101,239). Sum of RGB (Red+Green+Blue) = 134+101+239=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #8665EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8665EF is #799A10. Grayscale: #7E7E7E. Windows color (decimal): -7969297 or 15689094. OLE color: 15689094.
HSL color Cylindrical-coordinate representation of color #8665EF: hue angle of 254.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8665EF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 101 | 239 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.06 |
| HSL | 254.35º | 0.81% | 0.67% | - |
| HSV(B) | 254.35º | 0.58% | 0.94% | - |
| XYZ | 30.07 | 20.61 | 84.05 | - |
| YUV | 126.6 | 191.43 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 239 | 0.44 | 0.58 | 0 | 0.06 | 254.35 | 0.81 | 0.67 |
| Hex | 86 | 65 | EF | 2C | 3A | 0 | 6 | FE | 51 | 43 |
| Octal | 206 | 145 | 357 | 54 | 72 | 0 | 6 | 376 | 121 | 103 |
| Binary | 10000110 | 1100101 | 11101111 | 101100 | 111010 | 0 | 110 | 11111110 | 1010001 | 1000011 |
Color Harmonies of #8665EF
Complementary color
Monochromatic Colors of #8665EF
Black with #8665EF
Text Example
Text Example
White with #8665EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8665EF; }
p { color: rgb(134,101,239); }
H1.HeaderClassName
{
color: #8665EF;
}
.AnyTagClassName
{
color: #8665EF;
}
</style>
background-color css
<style>
a { background-color: #8665EF; }
a { background-color: rgb(134,101,239); }
div.DivClassName
{
background-color: #8665EF;
}
.BgClassName
{
background-color: #8665EF;
}
</style>
border-color css
<style>
span { border-color: #8665EF; }
span { border-color: rgb(134,101,239); }
td.TdClassName
{
border-color: #8665EF;
}
.TagClassName
{
border-color: #8665EF;
}
</style>