Shades of Medium Slate Blue #7674ED
Tints of Medium Slate Blue #7674ED
RGB
CMYK
RGB Variations
Color information
#7674ED (or 0x7674ED) is known color: Medium Slate Blue. HEX triplet: 76, 74 and ED. RGB value is (118,116,237). Sum of RGB (Red+Green+Blue) = 118+116+237=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #7674ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7674ED is #898B12. Grayscale: #818181. Windows color (decimal): -9014035 or 15561846. OLE color: 15561846.
HSL color Cylindrical-coordinate representation of color #7674ED: hue angle of 240.99º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7674ED is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 116 | 237 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.07 |
| HSL | 240.99º | 0.77% | 0.69% | - |
| HSV(B) | 240.99º | 0.51% | 0.93% | - |
| XYZ | 29 | 22.46 | 82.93 | - |
| YUV | 130.39 | 188.16 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 237 | 0.50 | 0.51 | 0 | 0.07 | 240.99 | 0.77 | 0.69 |
| Hex | 76 | 74 | ED | 32 | 33 | 0 | 7 | F1 | 4D | 45 |
| Octal | 166 | 164 | 355 | 62 | 63 | 0 | 7 | 361 | 115 | 105 |
| Binary | 1110110 | 1110100 | 11101101 | 110010 | 110011 | 0 | 111 | 11110001 | 1001101 | 1000101 |
Color Harmonies of #7674ED
Complementary color
Monochromatic Colors of #7674ED
Black with #7674ED
Text Example
Text Example
White with #7674ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7674ED; }
p { color: rgb(118,116,237); }
H1.HeaderClassName
{
color: #7674ED;
}
.AnyTagClassName
{
color: #7674ED;
}
</style>
background-color css
<style>
a { background-color: #7674ED; }
a { background-color: rgb(118,116,237); }
div.DivClassName
{
background-color: #7674ED;
}
.BgClassName
{
background-color: #7674ED;
}
</style>
border-color css
<style>
span { border-color: #7674ED; }
span { border-color: rgb(118,116,237); }
td.TdClassName
{
border-color: #7674ED;
}
.TagClassName
{
border-color: #7674ED;
}
</style>