Shades of Medium Slate Blue #707ADF
Tints of Medium Slate Blue #707ADF
RGB
CMYK
RGB Variations
Color information
#707ADF (or 0x707ADF) is known color: Medium Slate Blue. HEX triplet: 70, 7A and DF. RGB value is (112,122,223). Sum of RGB (Red+Green+Blue) = 112+122+223=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #707ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ADF is #8F8520. Grayscale: #828282. Windows color (decimal): -9405729 or 14645872. OLE color: 14645872.
HSL color Cylindrical-coordinate representation of color #707ADF: hue angle of 234.59º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #707ADF is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 122 | 223 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.13 |
| HSL | 234.59º | 0.63% | 0.66% | - |
| HSV(B) | 234.59º | 0.5% | 0.87% | - |
| XYZ | 26.96 | 22.69 | 72.77 | - |
| YUV | 130.52 | 180.19 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 223 | 0.50 | 0.45 | 0 | 0.13 | 234.59 | 0.63 | 0.66 |
| Hex | 70 | 7A | DF | 32 | 2D | 0 | D | EB | 3F | 42 |
| Octal | 160 | 172 | 337 | 62 | 55 | 0 | 15 | 353 | 77 | 102 |
| Binary | 1110000 | 1111010 | 11011111 | 110010 | 101101 | 0 | 1101 | 11101011 | 111111 | 1000010 |
Color Harmonies of #707ADF
Complementary color
Monochromatic Colors of #707ADF
Black with #707ADF
Text Example
Text Example
White with #707ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707ADF; }
p { color: rgb(112,122,223); }
H1.HeaderClassName
{
color: #707ADF;
}
.AnyTagClassName
{
color: #707ADF;
}
</style>
background-color css
<style>
a { background-color: #707ADF; }
a { background-color: rgb(112,122,223); }
div.DivClassName
{
background-color: #707ADF;
}
.BgClassName
{
background-color: #707ADF;
}
</style>
border-color css
<style>
span { border-color: #707ADF; }
span { border-color: rgb(112,122,223); }
td.TdClassName
{
border-color: #707ADF;
}
.TagClassName
{
border-color: #707ADF;
}
</style>