Shades of Medium Slate Blue #8078DF
Tints of Medium Slate Blue #8078DF
RGB
CMYK
RGB Variations
Color information
#8078DF (or 0x8078DF) is known color: Medium Slate Blue. HEX triplet: 80, 78 and DF. RGB value is (128,120,223). Sum of RGB (Red+Green+Blue) = 128+120+223=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #8078DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078DF is #7F8720. Grayscale: #858585. Windows color (decimal): -8357665 or 14645376. OLE color: 14645376.
HSL color Cylindrical-coordinate representation of color #8078DF: hue angle of 244.66º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8078DF is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 120 | 223 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.13 |
| HSL | 244.66º | 0.62% | 0.67% | - |
| HSV(B) | 244.66º | 0.46% | 0.87% | - |
| XYZ | 28.94 | 23.35 | 72.79 | - |
| YUV | 134.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 223 | 0.43 | 0.46 | 0 | 0.13 | 244.66 | 0.62 | 0.67 |
| Hex | 80 | 78 | DF | 2B | 2E | 0 | D | F5 | 3E | 43 |
| Octal | 200 | 170 | 337 | 53 | 56 | 0 | 15 | 365 | 76 | 103 |
| Binary | 10000000 | 1111000 | 11011111 | 101011 | 101110 | 0 | 1101 | 11110101 | 111110 | 1000011 |
Color Harmonies of #8078DF
Complementary color
Monochromatic Colors of #8078DF
Black with #8078DF
Text Example
Text Example
White with #8078DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8078DF; }
p { color: rgb(128,120,223); }
H1.HeaderClassName
{
color: #8078DF;
}
.AnyTagClassName
{
color: #8078DF;
}
</style>
background-color css
<style>
a { background-color: #8078DF; }
a { background-color: rgb(128,120,223); }
div.DivClassName
{
background-color: #8078DF;
}
.BgClassName
{
background-color: #8078DF;
}
</style>
border-color css
<style>
span { border-color: #8078DF; }
span { border-color: rgb(128,120,223); }
td.TdClassName
{
border-color: #8078DF;
}
.TagClassName
{
border-color: #8078DF;
}
</style>