Shades of Medium Slate Blue #766ADE
Tints of Medium Slate Blue #766ADE
RGB
CMYK
RGB Variations
Color information
#766ADE (or 0x766ADE) is known color: Medium Slate Blue. HEX triplet: 76, 6A and DE. RGB value is (118,106,222). Sum of RGB (Red+Green+Blue) = 118+106+222=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #766ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ADE is #899521. Grayscale: #7A7A7A. Windows color (decimal): -9016610 or 14576246. OLE color: 14576246.
HSL color Cylindrical-coordinate representation of color #766ADE: hue angle of 246.21º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766ADE is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 106 | 222 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.13 |
| HSL | 246.21º | 0.64% | 0.64% | - |
| HSV(B) | 246.21º | 0.52% | 0.87% | - |
| XYZ | 25.81 | 19.43 | 71.5 | - |
| YUV | 122.81 | 183.98 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 222 | 0.47 | 0.52 | 0 | 0.13 | 246.21 | 0.64 | 0.64 |
| Hex | 76 | 6A | DE | 2F | 34 | 0 | D | F6 | 40 | 40 |
| Octal | 166 | 152 | 336 | 57 | 64 | 0 | 15 | 366 | 100 | 100 |
| Binary | 1110110 | 1101010 | 11011110 | 101111 | 110100 | 0 | 1101 | 11110110 | 1000000 | 1000000 |
Color Harmonies of #766ADE
Complementary color
Monochromatic Colors of #766ADE
Black with #766ADE
Text Example
Text Example
White with #766ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766ADE; }
p { color: rgb(118,106,222); }
H1.HeaderClassName
{
color: #766ADE;
}
.AnyTagClassName
{
color: #766ADE;
}
</style>
background-color css
<style>
a { background-color: #766ADE; }
a { background-color: rgb(118,106,222); }
div.DivClassName
{
background-color: #766ADE;
}
.BgClassName
{
background-color: #766ADE;
}
</style>
border-color css
<style>
span { border-color: #766ADE; }
span { border-color: rgb(118,106,222); }
td.TdClassName
{
border-color: #766ADE;
}
.TagClassName
{
border-color: #766ADE;
}
</style>