Shades of Medium Slate Blue #7962FE
Tints of Medium Slate Blue #7962FE
RGB
CMYK
RGB Variations
Color information
#7962FE (or 0x7962FE) is known color: Medium Slate Blue. HEX triplet: 79, 62 and FE. RGB value is (121,98,254). Sum of RGB (Red+Green+Blue) = 121+98+254=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #7962FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7962FE is #869D01. Grayscale: #7A7A7A. Windows color (decimal): -8822018 or 16671353. OLE color: 16671353.
HSL color Cylindrical-coordinate representation of color #7962FE: hue angle of 248.85º 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 #7962FE is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 98 | 254 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.00 |
| HSL | 248.85º | 0.99% | 0.69% | - |
| HSV(B) | 248.85º | 0.61% | 1% | - |
| XYZ | 30.14 | 19.96 | 96.03 | - |
| YUV | 122.66 | 202.12 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 98 | 254 | 0.52 | 0.61 | 0 | 0.00 | 248.85 | 0.99 | 0.69 |
| Hex | 79 | 62 | FE | 34 | 3D | 0 | 0 | F9 | 63 | 45 |
| Octal | 171 | 142 | 376 | 64 | 75 | 0 | 0 | 371 | 143 | 105 |
| Binary | 1111001 | 1100010 | 11111110 | 110100 | 111101 | 0 | 0 | 11111001 | 1100011 | 1000101 |
Color Harmonies of #7962FE
Complementary color
Monochromatic Colors of #7962FE
Black with #7962FE
Text Example
Text Example
White with #7962FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7962FE; }
p { color: rgb(121,98,254); }
H1.HeaderClassName
{
color: #7962FE;
}
.AnyTagClassName
{
color: #7962FE;
}
</style>
background-color css
<style>
a { background-color: #7962FE; }
a { background-color: rgb(121,98,254); }
div.DivClassName
{
background-color: #7962FE;
}
.BgClassName
{
background-color: #7962FE;
}
</style>
border-color css
<style>
span { border-color: #7962FE; }
span { border-color: rgb(121,98,254); }
td.TdClassName
{
border-color: #7962FE;
}
.TagClassName
{
border-color: #7962FE;
}
</style>