Shades of Medium Slate Blue #766BDC
Tints of Medium Slate Blue #766BDC
RGB
CMYK
RGB Variations
Color information
#766BDC (or 0x766BDC) is known color: Medium Slate Blue. HEX triplet: 76, 6B and DC. RGB value is (118,107,220). Sum of RGB (Red+Green+Blue) = 118+107+220=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #766BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BDC is #899423. Grayscale: #7A7A7A. Windows color (decimal): -9016356 or 14445430. OLE color: 14445430.
HSL color Cylindrical-coordinate representation of color #766BDC: hue angle of 245.84º degrees, saturation: 0.62, 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 #766BDC is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 107 | 220 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.14 |
| HSL | 245.84º | 0.62% | 0.64% | - |
| HSV(B) | 245.84º | 0.51% | 0.86% | - |
| XYZ | 25.65 | 19.53 | 70.13 | - |
| YUV | 123.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 220 | 0.46 | 0.51 | 0 | 0.14 | 245.84 | 0.62 | 0.64 |
| Hex | 76 | 6B | DC | 2E | 33 | 0 | E | F6 | 3E | 40 |
| Octal | 166 | 153 | 334 | 56 | 63 | 0 | 16 | 366 | 76 | 100 |
| Binary | 1110110 | 1101011 | 11011100 | 101110 | 110011 | 0 | 1110 | 11110110 | 111110 | 1000000 |
Color Harmonies of #766BDC
Complementary color
Monochromatic Colors of #766BDC
Black with #766BDC
Text Example
Text Example
White with #766BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BDC; }
p { color: rgb(118,107,220); }
H1.HeaderClassName
{
color: #766BDC;
}
.AnyTagClassName
{
color: #766BDC;
}
</style>
background-color css
<style>
a { background-color: #766BDC; }
a { background-color: rgb(118,107,220); }
div.DivClassName
{
background-color: #766BDC;
}
.BgClassName
{
background-color: #766BDC;
}
</style>
border-color css
<style>
span { border-color: #766BDC; }
span { border-color: rgb(118,107,220); }
td.TdClassName
{
border-color: #766BDC;
}
.TagClassName
{
border-color: #766BDC;
}
</style>