Shades of Medium Slate Blue #7469DF
Tints of Medium Slate Blue #7469DF
RGB
CMYK
RGB Variations
Color information
#7469DF (or 0x7469DF) is known color: Medium Slate Blue. HEX triplet: 74, 69 and DF. RGB value is (116,105,223). Sum of RGB (Red+Green+Blue) = 116+105+223=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #7469DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469DF is #8B9620. Grayscale: #797979. Windows color (decimal): -9147937 or 14641524. OLE color: 14641524.
HSL color Cylindrical-coordinate representation of color #7469DF: hue angle of 245.59º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7469DF is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 105 | 223 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.13 |
| HSL | 245.59º | 0.65% | 0.64% | - |
| HSV(B) | 245.59º | 0.53% | 0.87% | - |
| XYZ | 25.57 | 19.14 | 72.16 | - |
| YUV | 121.74 | 185.14 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 223 | 0.48 | 0.53 | 0 | 0.13 | 245.59 | 0.65 | 0.64 |
| Hex | 74 | 69 | DF | 30 | 35 | 0 | D | F6 | 41 | 40 |
| Octal | 164 | 151 | 337 | 60 | 65 | 0 | 15 | 366 | 101 | 100 |
| Binary | 1110100 | 1101001 | 11011111 | 110000 | 110101 | 0 | 1101 | 11110110 | 1000001 | 1000000 |
Color Harmonies of #7469DF
Complementary color
Monochromatic Colors of #7469DF
Black with #7469DF
Text Example
Text Example
White with #7469DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7469DF; }
p { color: rgb(116,105,223); }
H1.HeaderClassName
{
color: #7469DF;
}
.AnyTagClassName
{
color: #7469DF;
}
</style>
background-color css
<style>
a { background-color: #7469DF; }
a { background-color: rgb(116,105,223); }
div.DivClassName
{
background-color: #7469DF;
}
.BgClassName
{
background-color: #7469DF;
}
</style>
border-color css
<style>
span { border-color: #7469DF; }
span { border-color: rgb(116,105,223); }
td.TdClassName
{
border-color: #7469DF;
}
.TagClassName
{
border-color: #7469DF;
}
</style>