Shades of Medium Slate Blue #8066EA
Tints of Medium Slate Blue #8066EA
RGB
CMYK
RGB Variations
Color information
#8066EA (or 0x8066EA) is known color: Medium Slate Blue. HEX triplet: 80, 66 and EA. RGB value is (128,102,234). Sum of RGB (Red+Green+Blue) = 128+102+234=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #8066EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066EA is #7F9915. Grayscale: #7C7C7C. Windows color (decimal): -8362262 or 15361664. OLE color: 15361664.
HSL color Cylindrical-coordinate representation of color #8066EA: hue angle of 251.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8066EA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 102 | 234 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.08 |
| HSL | 251.82º | 0.76% | 0.66% | - |
| HSV(B) | 251.82º | 0.56% | 0.92% | - |
| XYZ | 28.5 | 20.03 | 80.21 | - |
| YUV | 124.82 | 189.61 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 234 | 0.45 | 0.56 | 0 | 0.08 | 251.82 | 0.76 | 0.66 |
| Hex | 80 | 66 | EA | 2D | 38 | 0 | 8 | FC | 4C | 42 |
| Octal | 200 | 146 | 352 | 55 | 70 | 0 | 10 | 374 | 114 | 102 |
| Binary | 10000000 | 1100110 | 11101010 | 101101 | 111000 | 0 | 1000 | 11111100 | 1001100 | 1000010 |
Color Harmonies of #8066EA
Complementary color
Monochromatic Colors of #8066EA
Black with #8066EA
Text Example
Text Example
White with #8066EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066EA; }
p { color: rgb(128,102,234); }
H1.HeaderClassName
{
color: #8066EA;
}
.AnyTagClassName
{
color: #8066EA;
}
</style>
background-color css
<style>
a { background-color: #8066EA; }
a { background-color: rgb(128,102,234); }
div.DivClassName
{
background-color: #8066EA;
}
.BgClassName
{
background-color: #8066EA;
}
</style>
border-color css
<style>
span { border-color: #8066EA; }
span { border-color: rgb(128,102,234); }
td.TdClassName
{
border-color: #8066EA;
}
.TagClassName
{
border-color: #8066EA;
}
</style>