Shades of Medium Slate Blue #7C66DB
Tints of Medium Slate Blue #7C66DB
RGB
CMYK
RGB Variations
Color information
#7C66DB (or 0x7C66DB) is known color: Medium Slate Blue. HEX triplet: 7C, 66 and DB. RGB value is (124,102,219). Sum of RGB (Red+Green+Blue) = 124+102+219=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 102 (40.23% from 255 or 22.92% 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 #7C66DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C66DB is #839924. Grayscale: #797979. Windows color (decimal): -8624421 or 14378620. OLE color: 14378620.
HSL color Cylindrical-coordinate representation of color #7C66DB: hue angle of 251.28º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C66DB is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 102 | 219 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.14 |
| HSL | 251.28º | 0.62% | 0.63% | - |
| HSV(B) | 251.28º | 0.53% | 0.86% | - |
| XYZ | 25.85 | 18.9 | 69.3 | - |
| YUV | 121.92 | 182.79 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 219 | 0.43 | 0.53 | 0 | 0.14 | 251.28 | 0.62 | 0.63 |
| Hex | 7C | 66 | DB | 2B | 35 | 0 | E | FB | 3E | 3F |
| Octal | 174 | 146 | 333 | 53 | 65 | 0 | 16 | 373 | 76 | 77 |
| Binary | 1111100 | 1100110 | 11011011 | 101011 | 110101 | 0 | 1110 | 11111011 | 111110 | 111111 |
Color Harmonies of #7C66DB
Complementary color
Monochromatic Colors of #7C66DB
Black with #7C66DB
Text Example
Text Example
White with #7C66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C66DB; }
p { color: rgb(124,102,219); }
H1.HeaderClassName
{
color: #7C66DB;
}
.AnyTagClassName
{
color: #7C66DB;
}
</style>
background-color css
<style>
a { background-color: #7C66DB; }
a { background-color: rgb(124,102,219); }
div.DivClassName
{
background-color: #7C66DB;
}
.BgClassName
{
background-color: #7C66DB;
}
</style>
border-color css
<style>
span { border-color: #7C66DB; }
span { border-color: rgb(124,102,219); }
td.TdClassName
{
border-color: #7C66DB;
}
.TagClassName
{
border-color: #7C66DB;
}
</style>