Shades of Medium Slate Blue #8575E7
Tints of Medium Slate Blue #8575E7
RGB
CMYK
RGB Variations
Color information
#8575E7 (or 0x8575E7) is known color: Medium Slate Blue. HEX triplet: 85, 75 and E7. RGB value is (133,117,231). Sum of RGB (Red+Green+Blue) = 133+117+231=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #8575E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575E7 is #7A8A18. Grayscale: #868686. Windows color (decimal): -8030745 or 15168901. OLE color: 15168901.
HSL color Cylindrical-coordinate representation of color #8575E7: hue angle of 248.42º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8575E7 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 117 | 231 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.09 |
| HSL | 248.42º | 0.7% | 0.68% | - |
| HSV(B) | 248.42º | 0.49% | 0.91% | - |
| XYZ | 30.46 | 23.48 | 78.53 | - |
| YUV | 134.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 231 | 0.42 | 0.49 | 0 | 0.09 | 248.42 | 0.7 | 0.68 |
| Hex | 85 | 75 | E7 | 2A | 31 | 0 | 9 | F8 | 46 | 44 |
| Octal | 205 | 165 | 347 | 52 | 61 | 0 | 11 | 370 | 106 | 104 |
| Binary | 10000101 | 1110101 | 11100111 | 101010 | 110001 | 0 | 1001 | 11111000 | 1000110 | 1000100 |
Color Harmonies of #8575E7
Complementary color
Monochromatic Colors of #8575E7
Black with #8575E7
Text Example
Text Example
White with #8575E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575E7; }
p { color: rgb(133,117,231); }
H1.HeaderClassName
{
color: #8575E7;
}
.AnyTagClassName
{
color: #8575E7;
}
</style>
background-color css
<style>
a { background-color: #8575E7; }
a { background-color: rgb(133,117,231); }
div.DivClassName
{
background-color: #8575E7;
}
.BgClassName
{
background-color: #8575E7;
}
</style>
border-color css
<style>
span { border-color: #8575E7; }
span { border-color: rgb(133,117,231); }
td.TdClassName
{
border-color: #8575E7;
}
.TagClassName
{
border-color: #8575E7;
}
</style>