Shades of Medium Slate Blue #766FDC
Tints of Medium Slate Blue #766FDC
RGB
CMYK
RGB Variations
Color information
#766FDC (or 0x766FDC) is known color: Medium Slate Blue. HEX triplet: 76, 6F and DC. RGB value is (118,111,220). Sum of RGB (Red+Green+Blue) = 118+111+220=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #766FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FDC is #899023. Grayscale: #7D7D7D. Windows color (decimal): -9015332 or 14446454. OLE color: 14446454.
HSL color Cylindrical-coordinate representation of color #766FDC: hue angle of 243.85º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766FDC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 111 | 220 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.14 |
| HSL | 243.85º | 0.61% | 0.65% | - |
| HSV(B) | 243.85º | 0.5% | 0.86% | - |
| XYZ | 26.07 | 20.39 | 70.27 | - |
| YUV | 125.52 | 181.32 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 220 | 0.46 | 0.50 | 0 | 0.14 | 243.85 | 0.61 | 0.65 |
| Hex | 76 | 6F | DC | 2E | 32 | 0 | E | F4 | 3D | 41 |
| Octal | 166 | 157 | 334 | 56 | 62 | 0 | 16 | 364 | 75 | 101 |
| Binary | 1110110 | 1101111 | 11011100 | 101110 | 110010 | 0 | 1110 | 11110100 | 111101 | 1000001 |
Color Harmonies of #766FDC
Complementary color
Monochromatic Colors of #766FDC
Black with #766FDC
Text Example
Text Example
White with #766FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FDC; }
p { color: rgb(118,111,220); }
H1.HeaderClassName
{
color: #766FDC;
}
.AnyTagClassName
{
color: #766FDC;
}
</style>
background-color css
<style>
a { background-color: #766FDC; }
a { background-color: rgb(118,111,220); }
div.DivClassName
{
background-color: #766FDC;
}
.BgClassName
{
background-color: #766FDC;
}
</style>
border-color css
<style>
span { border-color: #766FDC; }
span { border-color: rgb(118,111,220); }
td.TdClassName
{
border-color: #766FDC;
}
.TagClassName
{
border-color: #766FDC;
}
</style>