Shades of Medium Slate Blue #8565EE
Tints of Medium Slate Blue #8565EE
RGB
CMYK
RGB Variations
Color information
#8565EE (or 0x8565EE) is known color: Medium Slate Blue. HEX triplet: 85, 65 and EE. RGB value is (133,101,238). Sum of RGB (Red+Green+Blue) = 133+101+238=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #8565EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8565EE is #7A9A11. Grayscale: #7D7D7D. Windows color (decimal): -8034834 or 15623557. OLE color: 15623557.
HSL color Cylindrical-coordinate representation of color #8565EE: hue angle of 254.01º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8565EE is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 101 | 238 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.07 |
| HSL | 254.01º | 0.8% | 0.66% | - |
| HSV(B) | 254.01º | 0.58% | 0.93% | - |
| XYZ | 29.76 | 20.47 | 83.27 | - |
| YUV | 126.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 238 | 0.44 | 0.58 | 0 | 0.07 | 254.01 | 0.8 | 0.66 |
| Hex | 85 | 65 | EE | 2C | 3A | 0 | 7 | FE | 50 | 42 |
| Octal | 205 | 145 | 356 | 54 | 72 | 0 | 7 | 376 | 120 | 102 |
| Binary | 10000101 | 1100101 | 11101110 | 101100 | 111010 | 0 | 111 | 11111110 | 1010000 | 1000010 |
Color Harmonies of #8565EE
Complementary color
Monochromatic Colors of #8565EE
Black with #8565EE
Text Example
Text Example
White with #8565EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8565EE; }
p { color: rgb(133,101,238); }
H1.HeaderClassName
{
color: #8565EE;
}
.AnyTagClassName
{
color: #8565EE;
}
</style>
background-color css
<style>
a { background-color: #8565EE; }
a { background-color: rgb(133,101,238); }
div.DivClassName
{
background-color: #8565EE;
}
.BgClassName
{
background-color: #8565EE;
}
</style>
border-color css
<style>
span { border-color: #8565EE; }
span { border-color: rgb(133,101,238); }
td.TdClassName
{
border-color: #8565EE;
}
.TagClassName
{
border-color: #8565EE;
}
</style>