Shades of Medium Slate Blue #766AEE
Tints of Medium Slate Blue #766AEE
RGB
CMYK
RGB Variations
Color information
#766AEE (or 0x766AEE) is known color: Medium Slate Blue. HEX triplet: 76, 6A and EE. RGB value is (118,106,238). Sum of RGB (Red+Green+Blue) = 118+106+238=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #766AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766AEE is #899511. Grayscale: #7C7C7C. Windows color (decimal): -9016594 or 15624822. OLE color: 15624822.
HSL color Cylindrical-coordinate representation of color #766AEE: hue angle of 245.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766AEE is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 106 | 238 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.07 |
| HSL | 245.45º | 0.8% | 0.67% | - |
| HSV(B) | 245.45º | 0.55% | 0.93% | - |
| XYZ | 28.06 | 20.33 | 83.33 | - |
| YUV | 124.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 238 | 0.50 | 0.55 | 0 | 0.07 | 245.45 | 0.8 | 0.67 |
| Hex | 76 | 6A | EE | 32 | 37 | 0 | 7 | F5 | 50 | 43 |
| Octal | 166 | 152 | 356 | 62 | 67 | 0 | 7 | 365 | 120 | 103 |
| Binary | 1110110 | 1101010 | 11101110 | 110010 | 110111 | 0 | 111 | 11110101 | 1010000 | 1000011 |
Color Harmonies of #766AEE
Complementary color
Monochromatic Colors of #766AEE
Black with #766AEE
Text Example
Text Example
White with #766AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AEE; }
p { color: rgb(118,106,238); }
H1.HeaderClassName
{
color: #766AEE;
}
.AnyTagClassName
{
color: #766AEE;
}
</style>
background-color css
<style>
a { background-color: #766AEE; }
a { background-color: rgb(118,106,238); }
div.DivClassName
{
background-color: #766AEE;
}
.BgClassName
{
background-color: #766AEE;
}
</style>
border-color css
<style>
span { border-color: #766AEE; }
span { border-color: rgb(118,106,238); }
td.TdClassName
{
border-color: #766AEE;
}
.TagClassName
{
border-color: #766AEE;
}
</style>