Shades of Medium Slate Blue #7070FA
Tints of Medium Slate Blue #7070FA
RGB
CMYK
RGB Variations
Color information
#7070FA (or 0x7070FA) is known color: Medium Slate Blue. HEX triplet: 70, 70 and FA. RGB value is (112,112,250). Sum of RGB (Red+Green+Blue) = 112+112+250=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #7070FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7070FA is #8F8F05. Grayscale: #7F7F7F. Windows color (decimal): -9408262 or 16412784. OLE color: 16412784.
HSL color Cylindrical-coordinate representation of color #7070FA: hue angle of 240º 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 #7070FA is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 112 | 250 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.02 |
| HSL | 240º | 0.93% | 0.71% | - |
| HSV(B) | 240º | 0.55% | 0.98% | - |
| XYZ | 29.73 | 21.94 | 93.11 | - |
| YUV | 127.73 | 197 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 250 | 0.55 | 0.55 | 0 | 0.02 | 240 | 0.93 | 0.71 |
| Hex | 70 | 70 | FA | 37 | 37 | 0 | 2 | F0 | 5D | 47 |
| Octal | 160 | 160 | 372 | 67 | 67 | 0 | 2 | 360 | 135 | 107 |
| Binary | 1110000 | 1110000 | 11111010 | 110111 | 110111 | 0 | 10 | 11110000 | 1011101 | 1000111 |
Color Harmonies of #7070FA
Complementary color
Monochromatic Colors of #7070FA
Black with #7070FA
Text Example
Text Example
White with #7070FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7070FA; }
p { color: rgb(112,112,250); }
H1.HeaderClassName
{
color: #7070FA;
}
.AnyTagClassName
{
color: #7070FA;
}
</style>
background-color css
<style>
a { background-color: #7070FA; }
a { background-color: rgb(112,112,250); }
div.DivClassName
{
background-color: #7070FA;
}
.BgClassName
{
background-color: #7070FA;
}
</style>
border-color css
<style>
span { border-color: #7070FA; }
span { border-color: rgb(112,112,250); }
td.TdClassName
{
border-color: #7070FA;
}
.TagClassName
{
border-color: #7070FA;
}
</style>