Shades of Medium Slate Blue #766AED
Tints of Medium Slate Blue #766AED
RGB
CMYK
RGB Variations
Color information
#766AED (or 0x766AED) is known color: Medium Slate Blue. HEX triplet: 76, 6A and ED. RGB value is (118,106,237). Sum of RGB (Red+Green+Blue) = 118+106+237=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #766AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766AED is #899512. Grayscale: #7C7C7C. Windows color (decimal): -9016595 or 15559286. OLE color: 15559286.
HSL color Cylindrical-coordinate representation of color #766AED: hue angle of 245.5º degrees, saturation: 0.78, 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 #766AED is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 106 | 237 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.07 |
| HSL | 245.5º | 0.78% | 0.67% | - |
| HSV(B) | 245.5º | 0.55% | 0.93% | - |
| XYZ | 27.91 | 20.27 | 82.56 | - |
| YUV | 124.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 237 | 0.50 | 0.55 | 0 | 0.07 | 245.5 | 0.78 | 0.67 |
| Hex | 76 | 6A | ED | 32 | 37 | 0 | 7 | F5 | 4E | 43 |
| Octal | 166 | 152 | 355 | 62 | 67 | 0 | 7 | 365 | 116 | 103 |
| Binary | 1110110 | 1101010 | 11101101 | 110010 | 110111 | 0 | 111 | 11110101 | 1001110 | 1000011 |
Color Harmonies of #766AED
Complementary color
Monochromatic Colors of #766AED
Black with #766AED
Text Example
Text Example
White with #766AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766AED; }
p { color: rgb(118,106,237); }
H1.HeaderClassName
{
color: #766AED;
}
.AnyTagClassName
{
color: #766AED;
}
</style>
background-color css
<style>
a { background-color: #766AED; }
a { background-color: rgb(118,106,237); }
div.DivClassName
{
background-color: #766AED;
}
.BgClassName
{
background-color: #766AED;
}
</style>
border-color css
<style>
span { border-color: #766AED; }
span { border-color: rgb(118,106,237); }
td.TdClassName
{
border-color: #766AED;
}
.TagClassName
{
border-color: #766AED;
}
</style>