Shades of Medium Slate Blue #7679EF
Tints of Medium Slate Blue #7679EF
RGB
CMYK
RGB Variations
Color information
#7679EF (or 0x7679EF) is known color: Medium Slate Blue. HEX triplet: 76, 79 and EF. RGB value is (118,121,239). Sum of RGB (Red+Green+Blue) = 118+121+239=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #7679EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7679EF is #898610. Grayscale: #858585. Windows color (decimal): -9012753 or 15694198. OLE color: 15694198.
HSL color Cylindrical-coordinate representation of color #7679EF: hue angle of 238.51º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7679EF is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 121 | 239 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.06 |
| HSL | 238.51º | 0.79% | 0.7% | - |
| HSV(B) | 238.51º | 0.51% | 0.94% | - |
| XYZ | 29.89 | 23.76 | 84.67 | - |
| YUV | 133.56 | 187.51 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 239 | 0.51 | 0.49 | 0 | 0.06 | 238.51 | 0.79 | 0.7 |
| Hex | 76 | 79 | EF | 33 | 31 | 0 | 6 | EF | 4F | 46 |
| Octal | 166 | 171 | 357 | 63 | 61 | 0 | 6 | 357 | 117 | 106 |
| Binary | 1110110 | 1111001 | 11101111 | 110011 | 110001 | 0 | 110 | 11101111 | 1001111 | 1000110 |
Color Harmonies of #7679EF
Complementary color
Monochromatic Colors of #7679EF
Black with #7679EF
Text Example
Text Example
White with #7679EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7679EF; }
p { color: rgb(118,121,239); }
H1.HeaderClassName
{
color: #7679EF;
}
.AnyTagClassName
{
color: #7679EF;
}
</style>
background-color css
<style>
a { background-color: #7679EF; }
a { background-color: rgb(118,121,239); }
div.DivClassName
{
background-color: #7679EF;
}
.BgClassName
{
background-color: #7679EF;
}
</style>
border-color css
<style>
span { border-color: #7679EF; }
span { border-color: rgb(118,121,239); }
td.TdClassName
{
border-color: #7679EF;
}
.TagClassName
{
border-color: #7679EF;
}
</style>