Shades of Medium Slate Blue #7668ED
Tints of Medium Slate Blue #7668ED
RGB
CMYK
RGB Variations
Color information
#7668ED (or 0x7668ED) is known color: Medium Slate Blue. HEX triplet: 76, 68 and ED. RGB value is (118,104,237). Sum of RGB (Red+Green+Blue) = 118+104+237=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #7668ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7668ED is #899712. Grayscale: #7A7A7A. Windows color (decimal): -9017107 or 15558774. OLE color: 15558774.
HSL color Cylindrical-coordinate representation of color #7668ED: hue angle of 246.32º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7668ED is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 104 | 237 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.07 |
| HSL | 246.32º | 0.79% | 0.67% | - |
| HSV(B) | 246.32º | 0.56% | 0.93% | - |
| XYZ | 27.71 | 19.87 | 82.5 | - |
| YUV | 123.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 237 | 0.50 | 0.56 | 0 | 0.07 | 246.32 | 0.79 | 0.67 |
| Hex | 76 | 68 | ED | 32 | 38 | 0 | 7 | F6 | 4F | 43 |
| Octal | 166 | 150 | 355 | 62 | 70 | 0 | 7 | 366 | 117 | 103 |
| Binary | 1110110 | 1101000 | 11101101 | 110010 | 111000 | 0 | 111 | 11110110 | 1001111 | 1000011 |
Color Harmonies of #7668ED
Complementary color
Monochromatic Colors of #7668ED
Black with #7668ED
Text Example
Text Example
White with #7668ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7668ED; }
p { color: rgb(118,104,237); }
H1.HeaderClassName
{
color: #7668ED;
}
.AnyTagClassName
{
color: #7668ED;
}
</style>
background-color css
<style>
a { background-color: #7668ED; }
a { background-color: rgb(118,104,237); }
div.DivClassName
{
background-color: #7668ED;
}
.BgClassName
{
background-color: #7668ED;
}
</style>
border-color css
<style>
span { border-color: #7668ED; }
span { border-color: rgb(118,104,237); }
td.TdClassName
{
border-color: #7668ED;
}
.TagClassName
{
border-color: #7668ED;
}
</style>