Shades of Medium Slate Blue #7470DF
Tints of Medium Slate Blue #7470DF
RGB
CMYK
RGB Variations
Color information
#7470DF (or 0x7470DF) is known color: Medium Slate Blue. HEX triplet: 74, 70 and DF. RGB value is (116,112,223). Sum of RGB (Red+Green+Blue) = 116+112+223=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #7470DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7470DF is #8B8F20. Grayscale: #7D7D7D. Windows color (decimal): -9146145 or 14643316. OLE color: 14643316.
HSL color Cylindrical-coordinate representation of color #7470DF: hue angle of 242.16º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7470DF is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 112 | 223 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.13 |
| HSL | 242.16º | 0.63% | 0.66% | - |
| HSV(B) | 242.16º | 0.5% | 0.87% | - |
| XYZ | 26.32 | 20.63 | 72.41 | - |
| YUV | 125.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 223 | 0.48 | 0.50 | 0 | 0.13 | 242.16 | 0.63 | 0.66 |
| Hex | 74 | 70 | DF | 30 | 32 | 0 | D | F2 | 3F | 42 |
| Octal | 164 | 160 | 337 | 60 | 62 | 0 | 15 | 362 | 77 | 102 |
| Binary | 1110100 | 1110000 | 11011111 | 110000 | 110010 | 0 | 1101 | 11110010 | 111111 | 1000010 |
Color Harmonies of #7470DF
Complementary color
Monochromatic Colors of #7470DF
Black with #7470DF
Text Example
Text Example
White with #7470DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7470DF; }
p { color: rgb(116,112,223); }
H1.HeaderClassName
{
color: #7470DF;
}
.AnyTagClassName
{
color: #7470DF;
}
</style>
background-color css
<style>
a { background-color: #7470DF; }
a { background-color: rgb(116,112,223); }
div.DivClassName
{
background-color: #7470DF;
}
.BgClassName
{
background-color: #7470DF;
}
</style>
border-color css
<style>
span { border-color: #7470DF; }
span { border-color: rgb(116,112,223); }
td.TdClassName
{
border-color: #7470DF;
}
.TagClassName
{
border-color: #7470DF;
}
</style>