Shades of Medium Slate Blue #7678DF
Tints of Medium Slate Blue #7678DF
RGB
CMYK
RGB Variations
Color information
#7678DF (or 0x7678DF) is known color: Medium Slate Blue. HEX triplet: 76, 78 and DF. RGB value is (118,120,223). Sum of RGB (Red+Green+Blue) = 118+120+223=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #7678DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7678DF is #898720. Grayscale: #828282. Windows color (decimal): -9013025 or 14645366. OLE color: 14645366.
HSL color Cylindrical-coordinate representation of color #7678DF: hue angle of 238.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7678DF is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 120 | 223 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.13 |
| HSL | 238.86º | 0.62% | 0.67% | - |
| HSV(B) | 238.86º | 0.47% | 0.87% | - |
| XYZ | 27.51 | 22.61 | 72.73 | - |
| YUV | 131.14 | 179.84 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 223 | 0.47 | 0.46 | 0 | 0.13 | 238.86 | 0.62 | 0.67 |
| Hex | 76 | 78 | DF | 2F | 2E | 0 | D | EF | 3E | 43 |
| Octal | 166 | 170 | 337 | 57 | 56 | 0 | 15 | 357 | 76 | 103 |
| Binary | 1110110 | 1111000 | 11011111 | 101111 | 101110 | 0 | 1101 | 11101111 | 111110 | 1000011 |
Color Harmonies of #7678DF
Complementary color
Monochromatic Colors of #7678DF
Black with #7678DF
Text Example
Text Example
White with #7678DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7678DF; }
p { color: rgb(118,120,223); }
H1.HeaderClassName
{
color: #7678DF;
}
.AnyTagClassName
{
color: #7678DF;
}
</style>
background-color css
<style>
a { background-color: #7678DF; }
a { background-color: rgb(118,120,223); }
div.DivClassName
{
background-color: #7678DF;
}
.BgClassName
{
background-color: #7678DF;
}
</style>
border-color css
<style>
span { border-color: #7678DF; }
span { border-color: rgb(118,120,223); }
td.TdClassName
{
border-color: #7678DF;
}
.TagClassName
{
border-color: #7678DF;
}
</style>