Shades of Medium Slate Blue #707CEB
Tints of Medium Slate Blue #707CEB
RGB
CMYK
RGB Variations
Color information
#707CEB (or 0x707CEB) is known color: Medium Slate Blue. HEX triplet: 70, 7C and EB. RGB value is (112,124,235). Sum of RGB (Red+Green+Blue) = 112+124+235=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #707CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CEB is #8F8314. Grayscale: #848484. Windows color (decimal): -9405205 or 15432816. OLE color: 15432816.
HSL color Cylindrical-coordinate representation of color #707CEB: hue angle of 234.15º degrees, saturation: 0.75, 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 #707CEB is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 124 | 235 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.08 |
| HSL | 234.15º | 0.75% | 0.68% | - |
| HSV(B) | 234.15º | 0.52% | 0.92% | - |
| XYZ | 28.89 | 23.86 | 81.68 | - |
| YUV | 133.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 235 | 0.52 | 0.47 | 0 | 0.08 | 234.15 | 0.75 | 0.68 |
| Hex | 70 | 7C | EB | 34 | 2F | 0 | 8 | EA | 4B | 44 |
| Octal | 160 | 174 | 353 | 64 | 57 | 0 | 10 | 352 | 113 | 104 |
| Binary | 1110000 | 1111100 | 11101011 | 110100 | 101111 | 0 | 1000 | 11101010 | 1001011 | 1000100 |
Color Harmonies of #707CEB
Complementary color
Monochromatic Colors of #707CEB
Black with #707CEB
Text Example
Text Example
White with #707CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CEB; }
p { color: rgb(112,124,235); }
H1.HeaderClassName
{
color: #707CEB;
}
.AnyTagClassName
{
color: #707CEB;
}
</style>
background-color css
<style>
a { background-color: #707CEB; }
a { background-color: rgb(112,124,235); }
div.DivClassName
{
background-color: #707CEB;
}
.BgClassName
{
background-color: #707CEB;
}
</style>
border-color css
<style>
span { border-color: #707CEB; }
span { border-color: rgb(112,124,235); }
td.TdClassName
{
border-color: #707CEB;
}
.TagClassName
{
border-color: #707CEB;
}
</style>