Shades of Medium Slate Blue #8566EE
Tints of Medium Slate Blue #8566EE
RGB
CMYK
RGB Variations
Color information
#8566EE (or 0x8566EE) is known color: Medium Slate Blue. HEX triplet: 85, 66 and EE. RGB value is (133,102,238). Sum of RGB (Red+Green+Blue) = 133+102+238=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #8566EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8566EE is #7A9911. Grayscale: #7E7E7E. Windows color (decimal): -8034578 or 15623813. OLE color: 15623813.
HSL color Cylindrical-coordinate representation of color #8566EE: hue angle of 253.68º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8566EE is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 102 | 238 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.07 |
| HSL | 253.68º | 0.8% | 0.67% | - |
| HSV(B) | 253.68º | 0.57% | 0.93% | - |
| XYZ | 29.86 | 20.66 | 83.3 | - |
| YUV | 126.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 238 | 0.44 | 0.57 | 0 | 0.07 | 253.68 | 0.8 | 0.67 |
| Hex | 85 | 66 | EE | 2C | 39 | 0 | 7 | FE | 50 | 43 |
| Octal | 205 | 146 | 356 | 54 | 71 | 0 | 7 | 376 | 120 | 103 |
| Binary | 10000101 | 1100110 | 11101110 | 101100 | 111001 | 0 | 111 | 11111110 | 1010000 | 1000011 |
Color Harmonies of #8566EE
Complementary color
Monochromatic Colors of #8566EE
Black with #8566EE
Text Example
Text Example
White with #8566EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8566EE; }
p { color: rgb(133,102,238); }
H1.HeaderClassName
{
color: #8566EE;
}
.AnyTagClassName
{
color: #8566EE;
}
</style>
background-color css
<style>
a { background-color: #8566EE; }
a { background-color: rgb(133,102,238); }
div.DivClassName
{
background-color: #8566EE;
}
.BgClassName
{
background-color: #8566EE;
}
</style>
border-color css
<style>
span { border-color: #8566EE; }
span { border-color: rgb(133,102,238); }
td.TdClassName
{
border-color: #8566EE;
}
.TagClassName
{
border-color: #8566EE;
}
</style>