Shades of Medium Slate Blue #7469DB
Tints of Medium Slate Blue #7469DB
RGB
CMYK
RGB Variations
Color information
#7469DB (or 0x7469DB) is known color: Medium Slate Blue. HEX triplet: 74, 69 and DB. RGB value is (116,105,219). Sum of RGB (Red+Green+Blue) = 116+105+219=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #7469DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469DB is #8B9624. Grayscale: #787878. Windows color (decimal): -9147941 or 14379380. OLE color: 14379380.
HSL color Cylindrical-coordinate representation of color #7469DB: hue angle of 245.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7469DB is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 105 | 219 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.14 |
| HSL | 245.79º | 0.61% | 0.64% | - |
| HSV(B) | 245.79º | 0.52% | 0.86% | - |
| XYZ | 25.04 | 18.93 | 69.35 | - |
| YUV | 121.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 219 | 0.47 | 0.52 | 0 | 0.14 | 245.79 | 0.61 | 0.64 |
| Hex | 74 | 69 | DB | 2F | 34 | 0 | E | F6 | 3D | 40 |
| Octal | 164 | 151 | 333 | 57 | 64 | 0 | 16 | 366 | 75 | 100 |
| Binary | 1110100 | 1101001 | 11011011 | 101111 | 110100 | 0 | 1110 | 11110110 | 111101 | 1000000 |
Color Harmonies of #7469DB
Complementary color
Monochromatic Colors of #7469DB
Black with #7469DB
Text Example
Text Example
White with #7469DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7469DB; }
p { color: rgb(116,105,219); }
H1.HeaderClassName
{
color: #7469DB;
}
.AnyTagClassName
{
color: #7469DB;
}
</style>
background-color css
<style>
a { background-color: #7469DB; }
a { background-color: rgb(116,105,219); }
div.DivClassName
{
background-color: #7469DB;
}
.BgClassName
{
background-color: #7469DB;
}
</style>
border-color css
<style>
span { border-color: #7469DB; }
span { border-color: rgb(116,105,219); }
td.TdClassName
{
border-color: #7469DB;
}
.TagClassName
{
border-color: #7469DB;
}
</style>