Shades of Medium Slate Blue #8672EE
Tints of Medium Slate Blue #8672EE
RGB
CMYK
RGB Variations
Color information
#8672EE (or 0x8672EE) is known color: Medium Slate Blue. HEX triplet: 86, 72 and EE. RGB value is (134,114,238). Sum of RGB (Red+Green+Blue) = 134+114+238=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #8672EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8672EE is #798D11. Grayscale: #858585. Windows color (decimal): -7965970 or 15626886. OLE color: 15626886.
HSL color Cylindrical-coordinate representation of color #8672EE: hue angle of 249.68º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8672EE is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 114 | 238 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.07 |
| HSL | 249.68º | 0.78% | 0.69% | - |
| HSV(B) | 249.68º | 0.52% | 0.93% | - |
| XYZ | 31.28 | 23.28 | 83.73 | - |
| YUV | 134.12 | 186.63 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 238 | 0.44 | 0.52 | 0 | 0.07 | 249.68 | 0.78 | 0.69 |
| Hex | 86 | 72 | EE | 2C | 34 | 0 | 7 | FA | 4E | 45 |
| Octal | 206 | 162 | 356 | 54 | 64 | 0 | 7 | 372 | 116 | 105 |
| Binary | 10000110 | 1110010 | 11101110 | 101100 | 110100 | 0 | 111 | 11111010 | 1001110 | 1000101 |
Color Harmonies of #8672EE
Complementary color
Monochromatic Colors of #8672EE
Black with #8672EE
Text Example
Text Example
White with #8672EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8672EE; }
p { color: rgb(134,114,238); }
H1.HeaderClassName
{
color: #8672EE;
}
.AnyTagClassName
{
color: #8672EE;
}
</style>
background-color css
<style>
a { background-color: #8672EE; }
a { background-color: rgb(134,114,238); }
div.DivClassName
{
background-color: #8672EE;
}
.BgClassName
{
background-color: #8672EE;
}
</style>
border-color css
<style>
span { border-color: #8672EE; }
span { border-color: rgb(134,114,238); }
td.TdClassName
{
border-color: #8672EE;
}
.TagClassName
{
border-color: #8672EE;
}
</style>