Shades of Medium Slate Blue #766BDB
Tints of Medium Slate Blue #766BDB
RGB
CMYK
RGB Variations
Color information
#766BDB (or 0x766BDB) is known color: Medium Slate Blue. HEX triplet: 76, 6B and DB. RGB value is (118,107,219). Sum of RGB (Red+Green+Blue) = 118+107+219=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #766BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BDB is #899424. Grayscale: #7A7A7A. Windows color (decimal): -9016357 or 14379894. OLE color: 14379894.
HSL color Cylindrical-coordinate representation of color #766BDB: hue angle of 245.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766BDB is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 107 | 219 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.14 |
| HSL | 245.89º | 0.61% | 0.64% | - |
| HSV(B) | 245.89º | 0.51% | 0.86% | - |
| XYZ | 25.52 | 19.48 | 69.43 | - |
| YUV | 123.06 | 182.14 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 219 | 0.46 | 0.51 | 0 | 0.14 | 245.89 | 0.61 | 0.64 |
| Hex | 76 | 6B | DB | 2E | 33 | 0 | E | F6 | 3D | 40 |
| Octal | 166 | 153 | 333 | 56 | 63 | 0 | 16 | 366 | 75 | 100 |
| Binary | 1110110 | 1101011 | 11011011 | 101110 | 110011 | 0 | 1110 | 11110110 | 111101 | 1000000 |
Color Harmonies of #766BDB
Complementary color
Monochromatic Colors of #766BDB
Black with #766BDB
Text Example
Text Example
White with #766BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BDB; }
p { color: rgb(118,107,219); }
H1.HeaderClassName
{
color: #766BDB;
}
.AnyTagClassName
{
color: #766BDB;
}
</style>
background-color css
<style>
a { background-color: #766BDB; }
a { background-color: rgb(118,107,219); }
div.DivClassName
{
background-color: #766BDB;
}
.BgClassName
{
background-color: #766BDB;
}
</style>
border-color css
<style>
span { border-color: #766BDB; }
span { border-color: rgb(118,107,219); }
td.TdClassName
{
border-color: #766BDB;
}
.TagClassName
{
border-color: #766BDB;
}
</style>