Shades of Medium Slate Blue #7677E4
Tints of Medium Slate Blue #7677E4
RGB
CMYK
RGB Variations
Color information
#7677E4 (or 0x7677E4) is known color: Medium Slate Blue. HEX triplet: 76, 77 and E4. RGB value is (118,119,228). Sum of RGB (Red+Green+Blue) = 118+119+228=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #7677E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7677E4 is #89881B. Grayscale: #828282. Windows color (decimal): -9013276 or 14972790. OLE color: 14972790.
HSL color Cylindrical-coordinate representation of color #7677E4: hue angle of 239.45º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7677E4 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 119 | 228 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.11 |
| HSL | 239.45º | 0.67% | 0.68% | - |
| HSV(B) | 239.45º | 0.48% | 0.89% | - |
| XYZ | 28.07 | 22.65 | 76.29 | - |
| YUV | 131.13 | 182.67 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 228 | 0.48 | 0.48 | 0 | 0.11 | 239.45 | 0.67 | 0.68 |
| Hex | 76 | 77 | E4 | 30 | 30 | 0 | B | EF | 43 | 44 |
| Octal | 166 | 167 | 344 | 60 | 60 | 0 | 13 | 357 | 103 | 104 |
| Binary | 1110110 | 1110111 | 11100100 | 110000 | 110000 | 0 | 1011 | 11101111 | 1000011 | 1000100 |
Color Harmonies of #7677E4
Complementary color
Monochromatic Colors of #7677E4
Black with #7677E4
Text Example
Text Example
White with #7677E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7677E4; }
p { color: rgb(118,119,228); }
H1.HeaderClassName
{
color: #7677E4;
}
.AnyTagClassName
{
color: #7677E4;
}
</style>
background-color css
<style>
a { background-color: #7677E4; }
a { background-color: rgb(118,119,228); }
div.DivClassName
{
background-color: #7677E4;
}
.BgClassName
{
background-color: #7677E4;
}
</style>
border-color css
<style>
span { border-color: #7677E4; }
span { border-color: rgb(118,119,228); }
td.TdClassName
{
border-color: #7677E4;
}
.TagClassName
{
border-color: #7677E4;
}
</style>