Shades of Medium Slate Blue #7062FE
Tints of Medium Slate Blue #7062FE
RGB
CMYK
RGB Variations
Color information
#7062FE (or 0x7062FE) is known color: Medium Slate Blue. HEX triplet: 70, 62 and FE. RGB value is (112,98,254). Sum of RGB (Red+Green+Blue) = 112+98+254=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #7062FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7062FE is #8F9D01. Grayscale: #777777. Windows color (decimal): -9411842 or 16671344. OLE color: 16671344.
HSL color Cylindrical-coordinate representation of color #7062FE: hue angle of 245.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7062FE is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 98 | 254 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.00 |
| HSL | 245.38º | 0.99% | 0.69% | - |
| HSV(B) | 245.38º | 0.61% | 1% | - |
| XYZ | 28.94 | 19.34 | 95.97 | - |
| YUV | 119.97 | 203.64 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 254 | 0.56 | 0.61 | 0 | 0.00 | 245.38 | 0.99 | 0.69 |
| Hex | 70 | 62 | FE | 38 | 3D | 0 | 0 | F5 | 63 | 45 |
| Octal | 160 | 142 | 376 | 70 | 75 | 0 | 0 | 365 | 143 | 105 |
| Binary | 1110000 | 1100010 | 11111110 | 111000 | 111101 | 0 | 0 | 11110101 | 1100011 | 1000101 |
Color Harmonies of #7062FE
Complementary color
Monochromatic Colors of #7062FE
Black with #7062FE
Text Example
Text Example
White with #7062FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7062FE; }
p { color: rgb(112,98,254); }
H1.HeaderClassName
{
color: #7062FE;
}
.AnyTagClassName
{
color: #7062FE;
}
</style>
background-color css
<style>
a { background-color: #7062FE; }
a { background-color: rgb(112,98,254); }
div.DivClassName
{
background-color: #7062FE;
}
.BgClassName
{
background-color: #7062FE;
}
</style>
border-color css
<style>
span { border-color: #7062FE; }
span { border-color: rgb(112,98,254); }
td.TdClassName
{
border-color: #7062FE;
}
.TagClassName
{
border-color: #7062FE;
}
</style>