Shades of Medium Slate Blue #766CEB
Tints of Medium Slate Blue #766CEB
RGB
CMYK
RGB Variations
Color information
#766CEB (or 0x766CEB) is known color: Medium Slate Blue. HEX triplet: 76, 6C and EB. RGB value is (118,108,235). Sum of RGB (Red+Green+Blue) = 118+108+235=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #766CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CEB is #899314. Grayscale: #7C7C7C. Windows color (decimal): -9016085 or 15428726. OLE color: 15428726.
HSL color Cylindrical-coordinate representation of color #766CEB: hue angle of 244.72º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766CEB is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 108 | 235 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.08 |
| HSL | 244.72º | 0.76% | 0.67% | - |
| HSV(B) | 244.72º | 0.54% | 0.92% | - |
| XYZ | 27.83 | 20.57 | 81.1 | - |
| YUV | 125.47 | 189.81 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 235 | 0.50 | 0.54 | 0 | 0.08 | 244.72 | 0.76 | 0.67 |
| Hex | 76 | 6C | EB | 32 | 36 | 0 | 8 | F5 | 4C | 43 |
| Octal | 166 | 154 | 353 | 62 | 66 | 0 | 10 | 365 | 114 | 103 |
| Binary | 1110110 | 1101100 | 11101011 | 110010 | 110110 | 0 | 1000 | 11110101 | 1001100 | 1000011 |
Color Harmonies of #766CEB
Complementary color
Monochromatic Colors of #766CEB
Black with #766CEB
Text Example
Text Example
White with #766CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CEB; }
p { color: rgb(118,108,235); }
H1.HeaderClassName
{
color: #766CEB;
}
.AnyTagClassName
{
color: #766CEB;
}
</style>
background-color css
<style>
a { background-color: #766CEB; }
a { background-color: rgb(118,108,235); }
div.DivClassName
{
background-color: #766CEB;
}
.BgClassName
{
background-color: #766CEB;
}
</style>
border-color css
<style>
span { border-color: #766CEB; }
span { border-color: rgb(118,108,235); }
td.TdClassName
{
border-color: #766CEB;
}
.TagClassName
{
border-color: #766CEB;
}
</style>