Shades of Medium Slate Blue #7468DF
Tints of Medium Slate Blue #7468DF
RGB
CMYK
RGB Variations
Color information
#7468DF (or 0x7468DF) is known color: Medium Slate Blue. HEX triplet: 74, 68 and DF. RGB value is (116,104,223). Sum of RGB (Red+Green+Blue) = 116+104+223=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #7468DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7468DF is #8B9720. Grayscale: #787878. Windows color (decimal): -9148193 or 14641268. OLE color: 14641268.
HSL color Cylindrical-coordinate representation of color #7468DF: hue angle of 246.05º 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 #7468DF is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 104 | 223 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.13 |
| HSL | 246.05º | 0.65% | 0.64% | - |
| HSV(B) | 246.05º | 0.53% | 0.87% | - |
| XYZ | 25.47 | 18.94 | 72.13 | - |
| YUV | 121.15 | 185.48 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 223 | 0.48 | 0.53 | 0 | 0.13 | 246.05 | 0.65 | 0.64 |
| Hex | 74 | 68 | DF | 30 | 35 | 0 | D | F6 | 41 | 40 |
| Octal | 164 | 150 | 337 | 60 | 65 | 0 | 15 | 366 | 101 | 100 |
| Binary | 1110100 | 1101000 | 11011111 | 110000 | 110101 | 0 | 1101 | 11110110 | 1000001 | 1000000 |
Color Harmonies of #7468DF
Complementary color
Monochromatic Colors of #7468DF
Black with #7468DF
Text Example
Text Example
White with #7468DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7468DF; }
p { color: rgb(116,104,223); }
H1.HeaderClassName
{
color: #7468DF;
}
.AnyTagClassName
{
color: #7468DF;
}
</style>
background-color css
<style>
a { background-color: #7468DF; }
a { background-color: rgb(116,104,223); }
div.DivClassName
{
background-color: #7468DF;
}
.BgClassName
{
background-color: #7468DF;
}
</style>
border-color css
<style>
span { border-color: #7468DF; }
span { border-color: rgb(116,104,223); }
td.TdClassName
{
border-color: #7468DF;
}
.TagClassName
{
border-color: #7468DF;
}
</style>