Shades of Medium Slate Blue #8675E8
Tints of Medium Slate Blue #8675E8
RGB
CMYK
RGB Variations
Color information
#8675E8 (or 0x8675E8) is known color: Medium Slate Blue. HEX triplet: 86, 75 and E8. RGB value is (134,117,232). Sum of RGB (Red+Green+Blue) = 134+117+232=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #8675E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8675E8 is #798A17. Grayscale: #868686. Windows color (decimal): -7965208 or 15234438. OLE color: 15234438.
HSL color Cylindrical-coordinate representation of color #8675E8: hue angle of 248.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8675E8 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 117 | 232 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.09 |
| HSL | 248.87º | 0.71% | 0.68% | - |
| HSV(B) | 248.87º | 0.5% | 0.91% | - |
| XYZ | 30.76 | 23.62 | 79.28 | - |
| YUV | 135.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 232 | 0.42 | 0.50 | 0 | 0.09 | 248.87 | 0.71 | 0.68 |
| Hex | 86 | 75 | E8 | 2A | 32 | 0 | 9 | F9 | 47 | 44 |
| Octal | 206 | 165 | 350 | 52 | 62 | 0 | 11 | 371 | 107 | 104 |
| Binary | 10000110 | 1110101 | 11101000 | 101010 | 110010 | 0 | 1001 | 11111001 | 1000111 | 1000100 |
Color Harmonies of #8675E8
Complementary color
Monochromatic Colors of #8675E8
Black with #8675E8
Text Example
Text Example
White with #8675E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8675E8; }
p { color: rgb(134,117,232); }
H1.HeaderClassName
{
color: #8675E8;
}
.AnyTagClassName
{
color: #8675E8;
}
</style>
background-color css
<style>
a { background-color: #8675E8; }
a { background-color: rgb(134,117,232); }
div.DivClassName
{
background-color: #8675E8;
}
.BgClassName
{
background-color: #8675E8;
}
</style>
border-color css
<style>
span { border-color: #8675E8; }
span { border-color: rgb(134,117,232); }
td.TdClassName
{
border-color: #8675E8;
}
.TagClassName
{
border-color: #8675E8;
}
</style>