Shades of Medium Slate Blue #707AE1
Tints of Medium Slate Blue #707AE1
RGB
CMYK
RGB Variations
Color information
#707AE1 (or 0x707AE1) is known color: Medium Slate Blue. HEX triplet: 70, 7A and E1. RGB value is (112,122,225). Sum of RGB (Red+Green+Blue) = 112+122+225=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #707AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707AE1 is #8F851E. Grayscale: #828282. Windows color (decimal): -9405727 or 14776944. OLE color: 14776944.
HSL color Cylindrical-coordinate representation of color #707AE1: hue angle of 234.69º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #707AE1 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 122 | 225 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.12 |
| HSL | 234.69º | 0.65% | 0.66% | - |
| HSV(B) | 234.69º | 0.5% | 0.88% | - |
| XYZ | 27.23 | 22.8 | 74.2 | - |
| YUV | 130.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 225 | 0.50 | 0.46 | 0 | 0.12 | 234.69 | 0.65 | 0.66 |
| Hex | 70 | 7A | E1 | 32 | 2E | 0 | C | EB | 41 | 42 |
| Octal | 160 | 172 | 341 | 62 | 56 | 0 | 14 | 353 | 101 | 102 |
| Binary | 1110000 | 1111010 | 11100001 | 110010 | 101110 | 0 | 1100 | 11101011 | 1000001 | 1000010 |
Color Harmonies of #707AE1
Complementary color
Monochromatic Colors of #707AE1
Black with #707AE1
Text Example
Text Example
White with #707AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AE1; }
p { color: rgb(112,122,225); }
H1.HeaderClassName
{
color: #707AE1;
}
.AnyTagClassName
{
color: #707AE1;
}
</style>
background-color css
<style>
a { background-color: #707AE1; }
a { background-color: rgb(112,122,225); }
div.DivClassName
{
background-color: #707AE1;
}
.BgClassName
{
background-color: #707AE1;
}
</style>
border-color css
<style>
span { border-color: #707AE1; }
span { border-color: rgb(112,122,225); }
td.TdClassName
{
border-color: #707AE1;
}
.TagClassName
{
border-color: #707AE1;
}
</style>