Shades of Medium Slate Blue #766CED
Tints of Medium Slate Blue #766CED
RGB
CMYK
RGB Variations
Color information
#766CED (or 0x766CED) is known color: Medium Slate Blue. HEX triplet: 76, 6C and ED. RGB value is (118,108,237). Sum of RGB (Red+Green+Blue) = 118+108+237=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #766CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CED is #899312. Grayscale: #7D7D7D. Windows color (decimal): -9016083 or 15559798. OLE color: 15559798.
HSL color Cylindrical-coordinate representation of color #766CED: hue angle of 244.65º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766CED is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 108 | 237 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.07 |
| HSL | 244.65º | 0.78% | 0.68% | - |
| HSV(B) | 244.65º | 0.54% | 0.93% | - |
| XYZ | 28.12 | 20.69 | 82.63 | - |
| YUV | 125.7 | 190.81 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 237 | 0.50 | 0.54 | 0 | 0.07 | 244.65 | 0.78 | 0.68 |
| Hex | 76 | 6C | ED | 32 | 36 | 0 | 7 | F5 | 4E | 44 |
| Octal | 166 | 154 | 355 | 62 | 66 | 0 | 7 | 365 | 116 | 104 |
| Binary | 1110110 | 1101100 | 11101101 | 110010 | 110110 | 0 | 111 | 11110101 | 1001110 | 1000100 |
Color Harmonies of #766CED
Complementary color
Monochromatic Colors of #766CED
Black with #766CED
Text Example
Text Example
White with #766CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CED; }
p { color: rgb(118,108,237); }
H1.HeaderClassName
{
color: #766CED;
}
.AnyTagClassName
{
color: #766CED;
}
</style>
background-color css
<style>
a { background-color: #766CED; }
a { background-color: rgb(118,108,237); }
div.DivClassName
{
background-color: #766CED;
}
.BgClassName
{
background-color: #766CED;
}
</style>
border-color css
<style>
span { border-color: #766CED; }
span { border-color: rgb(118,108,237); }
td.TdClassName
{
border-color: #766CED;
}
.TagClassName
{
border-color: #766CED;
}
</style>