Shades of Medium Slate Blue #8669EE
Tints of Medium Slate Blue #8669EE
RGB
CMYK
RGB Variations
Color information
#8669EE (or 0x8669EE) is known color: Medium Slate Blue. HEX triplet: 86, 69 and EE. RGB value is (134,105,238). Sum of RGB (Red+Green+Blue) = 134+105+238=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #8669EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8669EE is #799611. Grayscale: #808080. Windows color (decimal): -7968274 or 15624582. OLE color: 15624582.
HSL color Cylindrical-coordinate representation of color #8669EE: hue angle of 253.08º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8669EE is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 105 | 238 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.07 |
| HSL | 253.08º | 0.8% | 0.67% | - |
| HSV(B) | 253.08º | 0.56% | 0.93% | - |
| XYZ | 30.32 | 21.34 | 83.41 | - |
| YUV | 128.83 | 189.61 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 238 | 0.44 | 0.56 | 0 | 0.07 | 253.08 | 0.8 | 0.67 |
| Hex | 86 | 69 | EE | 2C | 38 | 0 | 7 | FD | 50 | 43 |
| Octal | 206 | 151 | 356 | 54 | 70 | 0 | 7 | 375 | 120 | 103 |
| Binary | 10000110 | 1101001 | 11101110 | 101100 | 111000 | 0 | 111 | 11111101 | 1010000 | 1000011 |
Color Harmonies of #8669EE
Complementary color
Monochromatic Colors of #8669EE
Black with #8669EE
Text Example
Text Example
White with #8669EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8669EE; }
p { color: rgb(134,105,238); }
H1.HeaderClassName
{
color: #8669EE;
}
.AnyTagClassName
{
color: #8669EE;
}
</style>
background-color css
<style>
a { background-color: #8669EE; }
a { background-color: rgb(134,105,238); }
div.DivClassName
{
background-color: #8669EE;
}
.BgClassName
{
background-color: #8669EE;
}
</style>
border-color css
<style>
span { border-color: #8669EE; }
span { border-color: rgb(134,105,238); }
td.TdClassName
{
border-color: #8669EE;
}
.TagClassName
{
border-color: #8669EE;
}
</style>