Shades of Medium Slate Blue #707AF3
Tints of Medium Slate Blue #707AF3
RGB
CMYK
RGB Variations
Color information
#707AF3 (or 0x707AF3) is known color: Medium Slate Blue. HEX triplet: 70, 7A and F3. RGB value is (112,122,243). Sum of RGB (Red+Green+Blue) = 112+122+243=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #707AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707AF3 is #8F850C. Grayscale: #848484. Windows color (decimal): -9405709 or 15956592. OLE color: 15956592.
HSL color Cylindrical-coordinate representation of color #707AF3: hue angle of 235.42º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707AF3 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 122 | 243 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.05 |
| HSL | 235.42º | 0.85% | 0.7% | - |
| HSV(B) | 235.42º | 0.54% | 0.95% | - |
| XYZ | 29.82 | 23.83 | 87.82 | - |
| YUV | 132.8 | 190.19 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 243 | 0.54 | 0.50 | 0 | 0.05 | 235.42 | 0.85 | 0.7 |
| Hex | 70 | 7A | F3 | 36 | 32 | 0 | 5 | EB | 55 | 46 |
| Octal | 160 | 172 | 363 | 66 | 62 | 0 | 5 | 353 | 125 | 106 |
| Binary | 1110000 | 1111010 | 11110011 | 110110 | 110010 | 0 | 101 | 11101011 | 1010101 | 1000110 |
Color Harmonies of #707AF3
Complementary color
Monochromatic Colors of #707AF3
Black with #707AF3
Text Example
Text Example
White with #707AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AF3; }
p { color: rgb(112,122,243); }
H1.HeaderClassName
{
color: #707AF3;
}
.AnyTagClassName
{
color: #707AF3;
}
</style>
background-color css
<style>
a { background-color: #707AF3; }
a { background-color: rgb(112,122,243); }
div.DivClassName
{
background-color: #707AF3;
}
.BgClassName
{
background-color: #707AF3;
}
</style>
border-color css
<style>
span { border-color: #707AF3; }
span { border-color: rgb(112,122,243); }
td.TdClassName
{
border-color: #707AF3;
}
.TagClassName
{
border-color: #707AF3;
}
</style>