Shades of Medium Slate Blue #7E78DF
Tints of Medium Slate Blue #7E78DF
RGB
CMYK
RGB Variations
Color information
#7E78DF (or 0x7E78DF) is known color: Medium Slate Blue. HEX triplet: 7E, 78 and DF. RGB value is (126,120,223). Sum of RGB (Red+Green+Blue) = 126+120+223=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E78DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E78DF is #818720. Grayscale: #858585. Windows color (decimal): -8488737 or 14645374. OLE color: 14645374.
HSL color Cylindrical-coordinate representation of color #7E78DF: hue angle of 243.5º 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 #7E78DF is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 120 | 223 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.13 |
| HSL | 243.5º | 0.62% | 0.67% | - |
| HSV(B) | 243.5º | 0.46% | 0.87% | - |
| XYZ | 28.64 | 23.2 | 72.78 | - |
| YUV | 133.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 223 | 0.43 | 0.46 | 0 | 0.13 | 243.5 | 0.62 | 0.67 |
| Hex | 7E | 78 | DF | 2B | 2E | 0 | D | F3 | 3E | 43 |
| Octal | 176 | 170 | 337 | 53 | 56 | 0 | 15 | 363 | 76 | 103 |
| Binary | 1111110 | 1111000 | 11011111 | 101011 | 101110 | 0 | 1101 | 11110011 | 111110 | 1000011 |
Color Harmonies of #7E78DF
Complementary color
Monochromatic Colors of #7E78DF
Black with #7E78DF
Text Example
Text Example
White with #7E78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E78DF; }
p { color: rgb(126,120,223); }
H1.HeaderClassName
{
color: #7E78DF;
}
.AnyTagClassName
{
color: #7E78DF;
}
</style>
background-color css
<style>
a { background-color: #7E78DF; }
a { background-color: rgb(126,120,223); }
div.DivClassName
{
background-color: #7E78DF;
}
.BgClassName
{
background-color: #7E78DF;
}
</style>
border-color css
<style>
span { border-color: #7E78DF; }
span { border-color: rgb(126,120,223); }
td.TdClassName
{
border-color: #7E78DF;
}
.TagClassName
{
border-color: #7E78DF;
}
</style>