Shades of Medium Slate Blue #766CD8
Tints of Medium Slate Blue #766CD8
RGB
CMYK
RGB Variations
Color information
#766CD8 (or 0x766CD8) is known color: Medium Slate Blue. HEX triplet: 76, 6C and D8. RGB value is (118,108,216). Sum of RGB (Red+Green+Blue) = 118+108+216=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #766CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CD8 is #899327. Grayscale: #7A7A7A. Windows color (decimal): -9016104 or 14183542. OLE color: 14183542.
HSL color Cylindrical-coordinate representation of color #766CD8: hue angle of 245.56º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766CD8 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 108 | 216 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.15 |
| HSL | 245.56º | 0.58% | 0.64% | - |
| HSV(B) | 245.56º | 0.5% | 0.85% | - |
| XYZ | 25.23 | 19.53 | 67.41 | - |
| YUV | 123.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 216 | 0.45 | 0.50 | 0 | 0.15 | 245.56 | 0.58 | 0.64 |
| Hex | 76 | 6C | D8 | 2D | 32 | 0 | F | F6 | 3A | 40 |
| Octal | 166 | 154 | 330 | 55 | 62 | 0 | 17 | 366 | 72 | 100 |
| Binary | 1110110 | 1101100 | 11011000 | 101101 | 110010 | 0 | 1111 | 11110110 | 111010 | 1000000 |
Color Harmonies of #766CD8
Complementary color
Monochromatic Colors of #766CD8
Black with #766CD8
Text Example
Text Example
White with #766CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CD8; }
p { color: rgb(118,108,216); }
H1.HeaderClassName
{
color: #766CD8;
}
.AnyTagClassName
{
color: #766CD8;
}
</style>
background-color css
<style>
a { background-color: #766CD8; }
a { background-color: rgb(118,108,216); }
div.DivClassName
{
background-color: #766CD8;
}
.BgClassName
{
background-color: #766CD8;
}
</style>
border-color css
<style>
span { border-color: #766CD8; }
span { border-color: rgb(118,108,216); }
td.TdClassName
{
border-color: #766CD8;
}
.TagClassName
{
border-color: #766CD8;
}
</style>