Shades of Medium Slate Blue #766EEA
Tints of Medium Slate Blue #766EEA
RGB
CMYK
RGB Variations
Color information
#766EEA (or 0x766EEA) is known color: Medium Slate Blue. HEX triplet: 76, 6E and EA. RGB value is (118,110,234). Sum of RGB (Red+Green+Blue) = 118+110+234=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #766EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EEA is #899115. Grayscale: #7E7E7E. Windows color (decimal): -9015574 or 15363702. OLE color: 15363702.
HSL color Cylindrical-coordinate representation of color #766EEA: hue angle of 243.87º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766EEA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 110 | 234 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.08 |
| HSL | 243.87º | 0.75% | 0.67% | - |
| HSV(B) | 243.87º | 0.53% | 0.92% | - |
| XYZ | 27.9 | 20.94 | 80.41 | - |
| YUV | 126.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 234 | 0.50 | 0.53 | 0 | 0.08 | 243.87 | 0.75 | 0.67 |
| Hex | 76 | 6E | EA | 32 | 35 | 0 | 8 | F4 | 4B | 43 |
| Octal | 166 | 156 | 352 | 62 | 65 | 0 | 10 | 364 | 113 | 103 |
| Binary | 1110110 | 1101110 | 11101010 | 110010 | 110101 | 0 | 1000 | 11110100 | 1001011 | 1000011 |
Color Harmonies of #766EEA
Complementary color
Monochromatic Colors of #766EEA
Black with #766EEA
Text Example
Text Example
White with #766EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EEA; }
p { color: rgb(118,110,234); }
H1.HeaderClassName
{
color: #766EEA;
}
.AnyTagClassName
{
color: #766EEA;
}
</style>
background-color css
<style>
a { background-color: #766EEA; }
a { background-color: rgb(118,110,234); }
div.DivClassName
{
background-color: #766EEA;
}
.BgClassName
{
background-color: #766EEA;
}
</style>
border-color css
<style>
span { border-color: #766EEA; }
span { border-color: rgb(118,110,234); }
td.TdClassName
{
border-color: #766EEA;
}
.TagClassName
{
border-color: #766EEA;
}
</style>