Shades of Medium Slate Blue #766CDB
Tints of Medium Slate Blue #766CDB
RGB
CMYK
RGB Variations
Color information
#766CDB (or 0x766CDB) is known color: Medium Slate Blue. HEX triplet: 76, 6C and DB. RGB value is (118,108,219). Sum of RGB (Red+Green+Blue) = 118+108+219=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #766CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CDB is #899324. Grayscale: #7B7B7B. Windows color (decimal): -9016101 or 14380150. OLE color: 14380150.
HSL color Cylindrical-coordinate representation of color #766CDB: hue angle of 245.41º 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 #766CDB is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 108 | 219 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.14 |
| HSL | 245.41º | 0.61% | 0.64% | - |
| HSV(B) | 245.41º | 0.51% | 0.86% | - |
| XYZ | 25.62 | 19.69 | 69.47 | - |
| YUV | 123.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 219 | 0.46 | 0.51 | 0 | 0.14 | 245.41 | 0.61 | 0.64 |
| Hex | 76 | 6C | DB | 2E | 33 | 0 | E | F5 | 3D | 40 |
| Octal | 166 | 154 | 333 | 56 | 63 | 0 | 16 | 365 | 75 | 100 |
| Binary | 1110110 | 1101100 | 11011011 | 101110 | 110011 | 0 | 1110 | 11110101 | 111101 | 1000000 |
Color Harmonies of #766CDB
Complementary color
Monochromatic Colors of #766CDB
Black with #766CDB
Text Example
Text Example
White with #766CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CDB; }
p { color: rgb(118,108,219); }
H1.HeaderClassName
{
color: #766CDB;
}
.AnyTagClassName
{
color: #766CDB;
}
</style>
background-color css
<style>
a { background-color: #766CDB; }
a { background-color: rgb(118,108,219); }
div.DivClassName
{
background-color: #766CDB;
}
.BgClassName
{
background-color: #766CDB;
}
</style>
border-color css
<style>
span { border-color: #766CDB; }
span { border-color: rgb(118,108,219); }
td.TdClassName
{
border-color: #766CDB;
}
.TagClassName
{
border-color: #766CDB;
}
</style>