Shades of Medium Slate Blue #707CEA
Tints of Medium Slate Blue #707CEA
RGB
CMYK
RGB Variations
Color information
#707CEA (or 0x707CEA) is known color: Medium Slate Blue. HEX triplet: 70, 7C and EA. RGB value is (112,124,234). Sum of RGB (Red+Green+Blue) = 112+124+234=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #707CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CEA is #8F8315. Grayscale: #848484. Windows color (decimal): -9405206 or 15367280. OLE color: 15367280.
HSL color Cylindrical-coordinate representation of color #707CEA: hue angle of 234.1º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #707CEA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 124 | 234 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.08 |
| HSL | 234.1º | 0.74% | 0.68% | - |
| HSV(B) | 234.1º | 0.52% | 0.92% | - |
| XYZ | 28.74 | 23.8 | 80.92 | - |
| YUV | 132.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 234 | 0.52 | 0.47 | 0 | 0.08 | 234.1 | 0.74 | 0.68 |
| Hex | 70 | 7C | EA | 34 | 2F | 0 | 8 | EA | 4A | 44 |
| Octal | 160 | 174 | 352 | 64 | 57 | 0 | 10 | 352 | 112 | 104 |
| Binary | 1110000 | 1111100 | 11101010 | 110100 | 101111 | 0 | 1000 | 11101010 | 1001010 | 1000100 |
Color Harmonies of #707CEA
Complementary color
Monochromatic Colors of #707CEA
Black with #707CEA
Text Example
Text Example
White with #707CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CEA; }
p { color: rgb(112,124,234); }
H1.HeaderClassName
{
color: #707CEA;
}
.AnyTagClassName
{
color: #707CEA;
}
</style>
background-color css
<style>
a { background-color: #707CEA; }
a { background-color: rgb(112,124,234); }
div.DivClassName
{
background-color: #707CEA;
}
.BgClassName
{
background-color: #707CEA;
}
</style>
border-color css
<style>
span { border-color: #707CEA; }
span { border-color: rgb(112,124,234); }
td.TdClassName
{
border-color: #707CEA;
}
.TagClassName
{
border-color: #707CEA;
}
</style>