Shades of Medium Slate Blue #7766EE
Tints of Medium Slate Blue #7766EE
RGB
CMYK
RGB Variations
Color information
#7766EE (or 0x7766EE) is known color: Medium Slate Blue. HEX triplet: 77, 66 and EE. RGB value is (119,102,238). Sum of RGB (Red+Green+Blue) = 119+102+238=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #7766EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7766EE is #889911. Grayscale: #7A7A7A. Windows color (decimal): -8952082 or 15623799. OLE color: 15623799.
HSL color Cylindrical-coordinate representation of color #7766EE: hue angle of 247.5º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7766EE is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 102 | 238 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.07 |
| HSL | 247.5º | 0.8% | 0.67% | - |
| HSV(B) | 247.5º | 0.57% | 0.93% | - |
| XYZ | 27.79 | 19.6 | 83.21 | - |
| YUV | 122.59 | 193.13 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 238 | 0.50 | 0.57 | 0 | 0.07 | 247.5 | 0.8 | 0.67 |
| Hex | 77 | 66 | EE | 32 | 39 | 0 | 7 | F8 | 50 | 43 |
| Octal | 167 | 146 | 356 | 62 | 71 | 0 | 7 | 370 | 120 | 103 |
| Binary | 1110111 | 1100110 | 11101110 | 110010 | 111001 | 0 | 111 | 11111000 | 1010000 | 1000011 |
Color Harmonies of #7766EE
Complementary color
Monochromatic Colors of #7766EE
Black with #7766EE
Text Example
Text Example
White with #7766EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7766EE; }
p { color: rgb(119,102,238); }
H1.HeaderClassName
{
color: #7766EE;
}
.AnyTagClassName
{
color: #7766EE;
}
</style>
background-color css
<style>
a { background-color: #7766EE; }
a { background-color: rgb(119,102,238); }
div.DivClassName
{
background-color: #7766EE;
}
.BgClassName
{
background-color: #7766EE;
}
</style>
border-color css
<style>
span { border-color: #7766EE; }
span { border-color: rgb(119,102,238); }
td.TdClassName
{
border-color: #7766EE;
}
.TagClassName
{
border-color: #7766EE;
}
</style>