Shades of Medium Slate Blue #7562FE
Tints of Medium Slate Blue #7562FE
RGB
CMYK
RGB Variations
Color information
#7562FE (or 0x7562FE) is known color: Medium Slate Blue. HEX triplet: 75, 62 and FE. RGB value is (117,98,254). Sum of RGB (Red+Green+Blue) = 117+98+254=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #7562FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7562FE is #8A9D01. Grayscale: #787878. Windows color (decimal): -9084162 or 16671349. OLE color: 16671349.
HSL color Cylindrical-coordinate representation of color #7562FE: hue angle of 247.31º 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 #7562FE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 98 | 254 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.00 |
| HSL | 247.31º | 0.99% | 0.69% | - |
| HSV(B) | 247.31º | 0.61% | 1% | - |
| XYZ | 29.59 | 19.67 | 96 | - |
| YUV | 121.47 | 202.79 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 254 | 0.54 | 0.61 | 0 | 0.00 | 247.31 | 0.99 | 0.69 |
| Hex | 75 | 62 | FE | 36 | 3D | 0 | 0 | F7 | 63 | 45 |
| Octal | 165 | 142 | 376 | 66 | 75 | 0 | 0 | 367 | 143 | 105 |
| Binary | 1110101 | 1100010 | 11111110 | 110110 | 111101 | 0 | 0 | 11110111 | 1100011 | 1000101 |
Color Harmonies of #7562FE
Complementary color
Monochromatic Colors of #7562FE
Black with #7562FE
Text Example
Text Example
White with #7562FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7562FE; }
p { color: rgb(117,98,254); }
H1.HeaderClassName
{
color: #7562FE;
}
.AnyTagClassName
{
color: #7562FE;
}
</style>
background-color css
<style>
a { background-color: #7562FE; }
a { background-color: rgb(117,98,254); }
div.DivClassName
{
background-color: #7562FE;
}
.BgClassName
{
background-color: #7562FE;
}
</style>
border-color css
<style>
span { border-color: #7562FE; }
span { border-color: rgb(117,98,254); }
td.TdClassName
{
border-color: #7562FE;
}
.TagClassName
{
border-color: #7562FE;
}
</style>