Shades of Medium Slate Blue #707AF2
Tints of Medium Slate Blue #707AF2
RGB
CMYK
RGB Variations
Color information
#707AF2 (or 0x707AF2) is known color: Medium Slate Blue. HEX triplet: 70, 7A and F2. RGB value is (112,122,242). Sum of RGB (Red+Green+Blue) = 112+122+242=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #707AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707AF2 is #8F850D. Grayscale: #848484. Windows color (decimal): -9405710 or 15891056. OLE color: 15891056.
HSL color Cylindrical-coordinate representation of color #707AF2: hue angle of 235.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707AF2 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 122 | 242 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.05 |
| HSL | 235.38º | 0.83% | 0.69% | - |
| HSV(B) | 235.38º | 0.54% | 0.95% | - |
| XYZ | 29.67 | 23.77 | 87.03 | - |
| YUV | 132.69 | 189.69 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 242 | 0.54 | 0.50 | 0 | 0.05 | 235.38 | 0.83 | 0.69 |
| Hex | 70 | 7A | F2 | 36 | 32 | 0 | 5 | EB | 53 | 45 |
| Octal | 160 | 172 | 362 | 66 | 62 | 0 | 5 | 353 | 123 | 105 |
| Binary | 1110000 | 1111010 | 11110010 | 110110 | 110010 | 0 | 101 | 11101011 | 1010011 | 1000101 |
Color Harmonies of #707AF2
Complementary color
Monochromatic Colors of #707AF2
Black with #707AF2
Text Example
Text Example
White with #707AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AF2; }
p { color: rgb(112,122,242); }
H1.HeaderClassName
{
color: #707AF2;
}
.AnyTagClassName
{
color: #707AF2;
}
</style>
background-color css
<style>
a { background-color: #707AF2; }
a { background-color: rgb(112,122,242); }
div.DivClassName
{
background-color: #707AF2;
}
.BgClassName
{
background-color: #707AF2;
}
</style>
border-color css
<style>
span { border-color: #707AF2; }
span { border-color: rgb(112,122,242); }
td.TdClassName
{
border-color: #707AF2;
}
.TagClassName
{
border-color: #707AF2;
}
</style>