Shades of Medium Slate Blue #7470FA
Tints of Medium Slate Blue #7470FA
RGB
CMYK
RGB Variations
Color information
#7470FA (or 0x7470FA) is known color: Medium Slate Blue. HEX triplet: 74, 70 and FA. RGB value is (116,112,250). Sum of RGB (Red+Green+Blue) = 116+112+250=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #7470FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7470FA is #8B8F05. Grayscale: #808080. Windows color (decimal): -9146118 or 16412788. OLE color: 16412788.
HSL color Cylindrical-coordinate representation of color #7470FA: hue angle of 241.74º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7470FA is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 112 | 250 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.02 |
| HSL | 241.74º | 0.93% | 0.71% | - |
| HSV(B) | 241.74º | 0.55% | 0.98% | - |
| XYZ | 30.25 | 22.2 | 93.13 | - |
| YUV | 128.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 250 | 0.54 | 0.55 | 0 | 0.02 | 241.74 | 0.93 | 0.71 |
| Hex | 74 | 70 | FA | 36 | 37 | 0 | 2 | F2 | 5D | 47 |
| Octal | 164 | 160 | 372 | 66 | 67 | 0 | 2 | 362 | 135 | 107 |
| Binary | 1110100 | 1110000 | 11111010 | 110110 | 110111 | 0 | 10 | 11110010 | 1011101 | 1000111 |
Color Harmonies of #7470FA
Complementary color
Monochromatic Colors of #7470FA
Black with #7470FA
Text Example
Text Example
White with #7470FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7470FA; }
p { color: rgb(116,112,250); }
H1.HeaderClassName
{
color: #7470FA;
}
.AnyTagClassName
{
color: #7470FA;
}
</style>
background-color css
<style>
a { background-color: #7470FA; }
a { background-color: rgb(116,112,250); }
div.DivClassName
{
background-color: #7470FA;
}
.BgClassName
{
background-color: #7470FA;
}
</style>
border-color css
<style>
span { border-color: #7470FA; }
span { border-color: rgb(116,112,250); }
td.TdClassName
{
border-color: #7470FA;
}
.TagClassName
{
border-color: #7470FA;
}
</style>