Shades of Medium Slate Blue #8069E0
Tints of Medium Slate Blue #8069E0
RGB
CMYK
RGB Variations
Color information
#8069E0 (or 0x8069E0) is known color: Medium Slate Blue. HEX triplet: 80, 69 and E0. RGB value is (128,105,224). Sum of RGB (Red+Green+Blue) = 128+105+224=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #8069E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069E0 is #7F961F. Grayscale: #7C7C7C. Windows color (decimal): -8361504 or 14707072. OLE color: 14707072.
HSL color Cylindrical-coordinate representation of color #8069E0: hue angle of 251.6º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8069E0 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 105 | 224 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.12 |
| HSL | 251.6º | 0.66% | 0.65% | - |
| HSV(B) | 251.6º | 0.53% | 0.88% | - |
| XYZ | 27.41 | 20.07 | 72.95 | - |
| YUV | 125.44 | 183.62 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 224 | 0.43 | 0.53 | 0 | 0.12 | 251.6 | 0.66 | 0.65 |
| Hex | 80 | 69 | E0 | 2B | 35 | 0 | C | FC | 42 | 41 |
| Octal | 200 | 151 | 340 | 53 | 65 | 0 | 14 | 374 | 102 | 101 |
| Binary | 10000000 | 1101001 | 11100000 | 101011 | 110101 | 0 | 1100 | 11111100 | 1000010 | 1000001 |
Color Harmonies of #8069E0
Complementary color
Monochromatic Colors of #8069E0
Black with #8069E0
Text Example
Text Example
White with #8069E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8069E0; }
p { color: rgb(128,105,224); }
H1.HeaderClassName
{
color: #8069E0;
}
.AnyTagClassName
{
color: #8069E0;
}
</style>
background-color css
<style>
a { background-color: #8069E0; }
a { background-color: rgb(128,105,224); }
div.DivClassName
{
background-color: #8069E0;
}
.BgClassName
{
background-color: #8069E0;
}
</style>
border-color css
<style>
span { border-color: #8069E0; }
span { border-color: rgb(128,105,224); }
td.TdClassName
{
border-color: #8069E0;
}
.TagClassName
{
border-color: #8069E0;
}
</style>