Shades of Medium Slate Blue #8066DE
Tints of Medium Slate Blue #8066DE
RGB
CMYK
RGB Variations
Color information
#8066DE (or 0x8066DE) is known color: Medium Slate Blue. HEX triplet: 80, 66 and DE. RGB value is (128,102,222). Sum of RGB (Red+Green+Blue) = 128+102+222=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #8066DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8066DE is #7F9921. Grayscale: #7B7B7B. Windows color (decimal): -8362274 or 14575232. OLE color: 14575232.
HSL color Cylindrical-coordinate representation of color #8066DE: hue angle of 253º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8066DE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 102 | 222 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.13 |
| HSL | 253º | 0.65% | 0.64% | - |
| HSV(B) | 253º | 0.54% | 0.87% | - |
| XYZ | 26.84 | 19.37 | 71.43 | - |
| YUV | 123.45 | 183.61 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 222 | 0.42 | 0.54 | 0 | 0.13 | 253 | 0.65 | 0.64 |
| Hex | 80 | 66 | DE | 2A | 36 | 0 | D | FD | 41 | 40 |
| Octal | 200 | 146 | 336 | 52 | 66 | 0 | 15 | 375 | 101 | 100 |
| Binary | 10000000 | 1100110 | 11011110 | 101010 | 110110 | 0 | 1101 | 11111101 | 1000001 | 1000000 |
Color Harmonies of #8066DE
Complementary color
Monochromatic Colors of #8066DE
Black with #8066DE
Text Example
Text Example
White with #8066DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066DE; }
p { color: rgb(128,102,222); }
H1.HeaderClassName
{
color: #8066DE;
}
.AnyTagClassName
{
color: #8066DE;
}
</style>
background-color css
<style>
a { background-color: #8066DE; }
a { background-color: rgb(128,102,222); }
div.DivClassName
{
background-color: #8066DE;
}
.BgClassName
{
background-color: #8066DE;
}
</style>
border-color css
<style>
span { border-color: #8066DE; }
span { border-color: rgb(128,102,222); }
td.TdClassName
{
border-color: #8066DE;
}
.TagClassName
{
border-color: #8066DE;
}
</style>