Shades of Medium Slate Blue #8665E5
Tints of Medium Slate Blue #8665E5
RGB
CMYK
RGB Variations
Color information
#8665E5 (or 0x8665E5) is known color: Medium Slate Blue. HEX triplet: 86, 65 and E5. RGB value is (134,101,229). Sum of RGB (Red+Green+Blue) = 134+101+229=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #8665E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8665E5 is #799A1A. Grayscale: #7C7C7C. Windows color (decimal): -7969307 or 15033734. OLE color: 15033734.
HSL color Cylindrical-coordinate representation of color #8665E5: hue angle of 255.47º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8665E5 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 101 | 229 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.10 |
| HSL | 255.47º | 0.71% | 0.65% | - |
| HSV(B) | 255.47º | 0.56% | 0.9% | - |
| XYZ | 28.63 | 20.03 | 76.49 | - |
| YUV | 125.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 229 | 0.41 | 0.56 | 0 | 0.10 | 255.47 | 0.71 | 0.65 |
| Hex | 86 | 65 | E5 | 29 | 38 | 0 | A | FF | 47 | 41 |
| Octal | 206 | 145 | 345 | 51 | 70 | 0 | 12 | 377 | 107 | 101 |
| Binary | 10000110 | 1100101 | 11100101 | 101001 | 111000 | 0 | 1010 | 11111111 | 1000111 | 1000001 |
Color Harmonies of #8665E5
Complementary color
Monochromatic Colors of #8665E5
Black with #8665E5
Text Example
Text Example
White with #8665E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8665E5; }
p { color: rgb(134,101,229); }
H1.HeaderClassName
{
color: #8665E5;
}
.AnyTagClassName
{
color: #8665E5;
}
</style>
background-color css
<style>
a { background-color: #8665E5; }
a { background-color: rgb(134,101,229); }
div.DivClassName
{
background-color: #8665E5;
}
.BgClassName
{
background-color: #8665E5;
}
</style>
border-color css
<style>
span { border-color: #8665E5; }
span { border-color: rgb(134,101,229); }
td.TdClassName
{
border-color: #8665E5;
}
.TagClassName
{
border-color: #8665E5;
}
</style>