Shades of Medium Slate Blue #8066E7
Tints of Medium Slate Blue #8066E7
RGB
CMYK
RGB Variations
Color information
#8066E7 (or 0x8066E7) is known color: Medium Slate Blue. HEX triplet: 80, 66 and E7. RGB value is (128,102,231). Sum of RGB (Red+Green+Blue) = 128+102+231=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #8066E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066E7 is #7F9918. Grayscale: #7B7B7B. Windows color (decimal): -8362265 or 15165056. OLE color: 15165056.
HSL color Cylindrical-coordinate representation of color #8066E7: hue angle of 252.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8066E7 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 102 | 231 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.09 |
| HSL | 252.09º | 0.73% | 0.65% | - |
| HSV(B) | 252.09º | 0.56% | 0.91% | - |
| XYZ | 28.08 | 19.86 | 77.96 | - |
| YUV | 124.48 | 188.11 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 231 | 0.45 | 0.56 | 0 | 0.09 | 252.09 | 0.73 | 0.65 |
| Hex | 80 | 66 | E7 | 2D | 38 | 0 | 9 | FC | 49 | 41 |
| Octal | 200 | 146 | 347 | 55 | 70 | 0 | 11 | 374 | 111 | 101 |
| Binary | 10000000 | 1100110 | 11100111 | 101101 | 111000 | 0 | 1001 | 11111100 | 1001001 | 1000001 |
Color Harmonies of #8066E7
Complementary color
Monochromatic Colors of #8066E7
Black with #8066E7
Text Example
Text Example
White with #8066E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066E7; }
p { color: rgb(128,102,231); }
H1.HeaderClassName
{
color: #8066E7;
}
.AnyTagClassName
{
color: #8066E7;
}
</style>
background-color css
<style>
a { background-color: #8066E7; }
a { background-color: rgb(128,102,231); }
div.DivClassName
{
background-color: #8066E7;
}
.BgClassName
{
background-color: #8066E7;
}
</style>
border-color css
<style>
span { border-color: #8066E7; }
span { border-color: rgb(128,102,231); }
td.TdClassName
{
border-color: #8066E7;
}
.TagClassName
{
border-color: #8066E7;
}
</style>