Shades of Medium Slate Blue #746FDB
Tints of Medium Slate Blue #746FDB
RGB
CMYK
RGB Variations
Color information
#746FDB (or 0x746FDB) is known color: Medium Slate Blue. HEX triplet: 74, 6F and DB. RGB value is (116,111,219). Sum of RGB (Red+Green+Blue) = 116+111+219=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #746FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FDB is #8B9024. Grayscale: #7C7C7C. Windows color (decimal): -9146405 or 14380916. OLE color: 14380916.
HSL color Cylindrical-coordinate representation of color #746FDB: hue angle of 242.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #746FDB is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 111 | 219 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.14 |
| HSL | 242.78º | 0.6% | 0.65% | - |
| HSV(B) | 242.78º | 0.49% | 0.86% | - |
| XYZ | 25.67 | 20.2 | 69.56 | - |
| YUV | 124.81 | 181.16 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 219 | 0.47 | 0.49 | 0 | 0.14 | 242.78 | 0.6 | 0.65 |
| Hex | 74 | 6F | DB | 2F | 31 | 0 | E | F3 | 3C | 41 |
| Octal | 164 | 157 | 333 | 57 | 61 | 0 | 16 | 363 | 74 | 101 |
| Binary | 1110100 | 1101111 | 11011011 | 101111 | 110001 | 0 | 1110 | 11110011 | 111100 | 1000001 |
Color Harmonies of #746FDB
Complementary color
Monochromatic Colors of #746FDB
Black with #746FDB
Text Example
Text Example
White with #746FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746FDB; }
p { color: rgb(116,111,219); }
H1.HeaderClassName
{
color: #746FDB;
}
.AnyTagClassName
{
color: #746FDB;
}
</style>
background-color css
<style>
a { background-color: #746FDB; }
a { background-color: rgb(116,111,219); }
div.DivClassName
{
background-color: #746FDB;
}
.BgClassName
{
background-color: #746FDB;
}
</style>
border-color css
<style>
span { border-color: #746FDB; }
span { border-color: rgb(116,111,219); }
td.TdClassName
{
border-color: #746FDB;
}
.TagClassName
{
border-color: #746FDB;
}
</style>