Shades of Medium Slate Blue #7676ED
Tints of Medium Slate Blue #7676ED
RGB
CMYK
RGB Variations
Color information
#7676ED (or 0x7676ED) is known color: Medium Slate Blue. HEX triplet: 76, 76 and ED. RGB value is (118,118,237). Sum of RGB (Red+Green+Blue) = 118+118+237=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #7676ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7676ED is #898912. Grayscale: #838383. Windows color (decimal): -9013523 or 15562358. OLE color: 15562358.
HSL color Cylindrical-coordinate representation of color #7676ED: hue angle of 240º 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 #7676ED is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 118 | 237 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.07 |
| HSL | 240º | 0.77% | 0.7% | - |
| HSV(B) | 240º | 0.5% | 0.93% | - |
| XYZ | 29.24 | 22.92 | 83 | - |
| YUV | 131.57 | 187.5 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 237 | 0.50 | 0.50 | 0 | 0.07 | 240 | 0.77 | 0.7 |
| Hex | 76 | 76 | ED | 32 | 32 | 0 | 7 | F0 | 4D | 46 |
| Octal | 166 | 166 | 355 | 62 | 62 | 0 | 7 | 360 | 115 | 106 |
| Binary | 1110110 | 1110110 | 11101101 | 110010 | 110010 | 0 | 111 | 11110000 | 1001101 | 1000110 |
Color Harmonies of #7676ED
Complementary color
Monochromatic Colors of #7676ED
Black with #7676ED
Text Example
Text Example
White with #7676ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7676ED; }
p { color: rgb(118,118,237); }
H1.HeaderClassName
{
color: #7676ED;
}
.AnyTagClassName
{
color: #7676ED;
}
</style>
background-color css
<style>
a { background-color: #7676ED; }
a { background-color: rgb(118,118,237); }
div.DivClassName
{
background-color: #7676ED;
}
.BgClassName
{
background-color: #7676ED;
}
</style>
border-color css
<style>
span { border-color: #7676ED; }
span { border-color: rgb(118,118,237); }
td.TdClassName
{
border-color: #7676ED;
}
.TagClassName
{
border-color: #7676ED;
}
</style>