Shades of Medium Slate Blue #766BD8
Tints of Medium Slate Blue #766BD8
RGB
CMYK
RGB Variations
Color information
#766BD8 (or 0x766BD8) is known color: Medium Slate Blue. HEX triplet: 76, 6B and D8. RGB value is (118,107,216). Sum of RGB (Red+Green+Blue) = 118+107+216=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #766BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BD8 is #899427. Grayscale: #7A7A7A. Windows color (decimal): -9016360 or 14183286. OLE color: 14183286.
HSL color Cylindrical-coordinate representation of color #766BD8: hue angle of 246.06º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766BD8 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 107 | 216 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.15 |
| HSL | 246.06º | 0.58% | 0.63% | - |
| HSV(B) | 246.06º | 0.5% | 0.85% | - |
| XYZ | 25.12 | 19.32 | 67.37 | - |
| YUV | 122.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 216 | 0.45 | 0.50 | 0 | 0.15 | 246.06 | 0.58 | 0.63 |
| Hex | 76 | 6B | D8 | 2D | 32 | 0 | F | F6 | 3A | 3F |
| Octal | 166 | 153 | 330 | 55 | 62 | 0 | 17 | 366 | 72 | 77 |
| Binary | 1110110 | 1101011 | 11011000 | 101101 | 110010 | 0 | 1111 | 11110110 | 111010 | 111111 |
Color Harmonies of #766BD8
Complementary color
Monochromatic Colors of #766BD8
Black with #766BD8
Text Example
Text Example
White with #766BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BD8; }
p { color: rgb(118,107,216); }
H1.HeaderClassName
{
color: #766BD8;
}
.AnyTagClassName
{
color: #766BD8;
}
</style>
background-color css
<style>
a { background-color: #766BD8; }
a { background-color: rgb(118,107,216); }
div.DivClassName
{
background-color: #766BD8;
}
.BgClassName
{
background-color: #766BD8;
}
</style>
border-color css
<style>
span { border-color: #766BD8; }
span { border-color: rgb(118,107,216); }
td.TdClassName
{
border-color: #766BD8;
}
.TagClassName
{
border-color: #766BD8;
}
</style>