Shades of Medium Slate Blue #707AED
Tints of Medium Slate Blue #707AED
RGB
CMYK
RGB Variations
Color information
#707AED (or 0x707AED) is known color: Medium Slate Blue. HEX triplet: 70, 7A and ED. RGB value is (112,122,237). Sum of RGB (Red+Green+Blue) = 112+122+237=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #707AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707AED is #8F8512. Grayscale: #838383. Windows color (decimal): -9405715 or 15563376. OLE color: 15563376.
HSL color Cylindrical-coordinate representation of color #707AED: hue angle of 235.2º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707AED is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 122 | 237 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.07 |
| HSL | 235.2º | 0.78% | 0.68% | - |
| HSV(B) | 235.2º | 0.53% | 0.93% | - |
| XYZ | 28.93 | 23.48 | 83.13 | - |
| YUV | 132.12 | 187.19 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 237 | 0.53 | 0.49 | 0 | 0.07 | 235.2 | 0.78 | 0.68 |
| Hex | 70 | 7A | ED | 35 | 31 | 0 | 7 | EB | 4E | 44 |
| Octal | 160 | 172 | 355 | 65 | 61 | 0 | 7 | 353 | 116 | 104 |
| Binary | 1110000 | 1111010 | 11101101 | 110101 | 110001 | 0 | 111 | 11101011 | 1001110 | 1000100 |
Color Harmonies of #707AED
Complementary color
Monochromatic Colors of #707AED
Black with #707AED
Text Example
Text Example
White with #707AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AED; }
p { color: rgb(112,122,237); }
H1.HeaderClassName
{
color: #707AED;
}
.AnyTagClassName
{
color: #707AED;
}
</style>
background-color css
<style>
a { background-color: #707AED; }
a { background-color: rgb(112,122,237); }
div.DivClassName
{
background-color: #707AED;
}
.BgClassName
{
background-color: #707AED;
}
</style>
border-color css
<style>
span { border-color: #707AED; }
span { border-color: rgb(112,122,237); }
td.TdClassName
{
border-color: #707AED;
}
.TagClassName
{
border-color: #707AED;
}
</style>