Shades of Medium Slate Blue #7061FF
Tints of Medium Slate Blue #7061FF
RGB
CMYK
RGB Variations
Color information
#7061FF (or 0x7061FF) is known color: Medium Slate Blue. HEX triplet: 70, 61 and FF. RGB value is (112,97,255). Sum of RGB (Red+Green+Blue) = 112+97+255=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #7061FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7061FF is #8F9E00. Grayscale: #767676. Windows color (decimal): -9412097 or 16736624. OLE color: 16736624.
HSL color Cylindrical-coordinate representation of color #7061FF: hue angle of 245.7º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7061FF is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 97 | 255 | - |
| CMYK | 0.56 | 0.62 | 0 | 0 |
| HSL | 245.7º | 1% | 0.69% | - |
| HSV(B) | 245.7º | 0.62% | 1% | - |
| XYZ | 29.01 | 19.21 | 96.79 | - |
| YUV | 119.5 | 204.47 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 255 | 0.56 | 0.62 | 0 | 0 | 245.7 | 1 | 0.69 |
| Hex | 70 | 61 | FF | 38 | 3E | 0 | 0 | F6 | 64 | 45 |
| Octal | 160 | 141 | 377 | 70 | 76 | 0 | 0 | 366 | 144 | 105 |
| Binary | 1110000 | 1100001 | 11111111 | 111000 | 111110 | 0 | 0 | 11110110 | 1100100 | 1000101 |
Color Harmonies of #7061FF
Complementary color
Monochromatic Colors of #7061FF
Black with #7061FF
Text Example
Text Example
White with #7061FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7061FF; }
p { color: rgb(112,97,255); }
H1.HeaderClassName
{
color: #7061FF;
}
.AnyTagClassName
{
color: #7061FF;
}
</style>
background-color css
<style>
a { background-color: #7061FF; }
a { background-color: rgb(112,97,255); }
div.DivClassName
{
background-color: #7061FF;
}
.BgClassName
{
background-color: #7061FF;
}
</style>
border-color css
<style>
span { border-color: #7061FF; }
span { border-color: rgb(112,97,255); }
td.TdClassName
{
border-color: #7061FF;
}
.TagClassName
{
border-color: #7061FF;
}
</style>