Shades of Medium Slate Blue #8675EE
Tints of Medium Slate Blue #8675EE
RGB
CMYK
RGB Variations
Color information
#8675EE (or 0x8675EE) is known color: Medium Slate Blue. HEX triplet: 86, 75 and EE. RGB value is (134,117,238). Sum of RGB (Red+Green+Blue) = 134+117+238=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #8675EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8675EE is #798A11. Grayscale: #878787. Windows color (decimal): -7965202 or 15627654. OLE color: 15627654.
HSL color Cylindrical-coordinate representation of color #8675EE: hue angle of 248.43º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8675EE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 117 | 238 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.07 |
| HSL | 248.43º | 0.78% | 0.7% | - |
| HSV(B) | 248.43º | 0.51% | 0.93% | - |
| XYZ | 31.63 | 23.96 | 83.85 | - |
| YUV | 135.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 238 | 0.44 | 0.51 | 0 | 0.07 | 248.43 | 0.78 | 0.7 |
| Hex | 86 | 75 | EE | 2C | 33 | 0 | 7 | F8 | 4E | 46 |
| Octal | 206 | 165 | 356 | 54 | 63 | 0 | 7 | 370 | 116 | 106 |
| Binary | 10000110 | 1110101 | 11101110 | 101100 | 110011 | 0 | 111 | 11111000 | 1001110 | 1000110 |
Color Harmonies of #8675EE
Complementary color
Monochromatic Colors of #8675EE
Black with #8675EE
Text Example
Text Example
White with #8675EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8675EE; }
p { color: rgb(134,117,238); }
H1.HeaderClassName
{
color: #8675EE;
}
.AnyTagClassName
{
color: #8675EE;
}
</style>
background-color css
<style>
a { background-color: #8675EE; }
a { background-color: rgb(134,117,238); }
div.DivClassName
{
background-color: #8675EE;
}
.BgClassName
{
background-color: #8675EE;
}
</style>
border-color css
<style>
span { border-color: #8675EE; }
span { border-color: rgb(134,117,238); }
td.TdClassName
{
border-color: #8675EE;
}
.TagClassName
{
border-color: #8675EE;
}
</style>