Shades of Medium Slate Blue #7677ED
Tints of Medium Slate Blue #7677ED
RGB
CMYK
RGB Variations
Color information
#7677ED (or 0x7677ED) is known color: Medium Slate Blue. HEX triplet: 76, 77 and ED. RGB value is (118,119,237). Sum of RGB (Red+Green+Blue) = 118+119+237=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #7677ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7677ED is #898812. Grayscale: #838383. Windows color (decimal): -9013267 or 15562614. OLE color: 15562614.
HSL color Cylindrical-coordinate representation of color #7677ED: hue angle of 239.5º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7677ED is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 119 | 237 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.07 |
| HSL | 239.5º | 0.77% | 0.7% | - |
| HSV(B) | 239.5º | 0.5% | 0.93% | - |
| XYZ | 29.35 | 23.16 | 83.04 | - |
| YUV | 132.15 | 187.17 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 237 | 0.50 | 0.50 | 0 | 0.07 | 239.5 | 0.77 | 0.7 |
| Hex | 76 | 77 | ED | 32 | 32 | 0 | 7 | EF | 4D | 46 |
| Octal | 166 | 167 | 355 | 62 | 62 | 0 | 7 | 357 | 115 | 106 |
| Binary | 1110110 | 1110111 | 11101101 | 110010 | 110010 | 0 | 111 | 11101111 | 1001101 | 1000110 |
Color Harmonies of #7677ED
Complementary color
Monochromatic Colors of #7677ED
Black with #7677ED
Text Example
Text Example
White with #7677ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7677ED; }
p { color: rgb(118,119,237); }
H1.HeaderClassName
{
color: #7677ED;
}
.AnyTagClassName
{
color: #7677ED;
}
</style>
background-color css
<style>
a { background-color: #7677ED; }
a { background-color: rgb(118,119,237); }
div.DivClassName
{
background-color: #7677ED;
}
.BgClassName
{
background-color: #7677ED;
}
</style>
border-color css
<style>
span { border-color: #7677ED; }
span { border-color: rgb(118,119,237); }
td.TdClassName
{
border-color: #7677ED;
}
.TagClassName
{
border-color: #7677ED;
}
</style>