Shades of Medium Slate Blue #7462FE
Tints of Medium Slate Blue #7462FE
RGB
CMYK
RGB Variations
Color information
#7462FE (or 0x7462FE) is known color: Medium Slate Blue. HEX triplet: 74, 62 and FE. RGB value is (116,98,254). Sum of RGB (Red+Green+Blue) = 116+98+254=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #7462FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7462FE is #8B9D01. Grayscale: #787878. Windows color (decimal): -9149698 or 16671348. OLE color: 16671348.
HSL color Cylindrical-coordinate representation of color #7462FE: hue angle of 246.92º 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 #7462FE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 98 | 254 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.00 |
| HSL | 246.92º | 0.99% | 0.69% | - |
| HSV(B) | 246.92º | 0.61% | 1% | - |
| XYZ | 29.46 | 19.6 | 96 | - |
| YUV | 121.17 | 202.96 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 254 | 0.54 | 0.61 | 0 | 0.00 | 246.92 | 0.99 | 0.69 |
| Hex | 74 | 62 | FE | 36 | 3D | 0 | 0 | F7 | 63 | 45 |
| Octal | 164 | 142 | 376 | 66 | 75 | 0 | 0 | 367 | 143 | 105 |
| Binary | 1110100 | 1100010 | 11111110 | 110110 | 111101 | 0 | 0 | 11110111 | 1100011 | 1000101 |
Color Harmonies of #7462FE
Complementary color
Monochromatic Colors of #7462FE
Black with #7462FE
Text Example
Text Example
White with #7462FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7462FE; }
p { color: rgb(116,98,254); }
H1.HeaderClassName
{
color: #7462FE;
}
.AnyTagClassName
{
color: #7462FE;
}
</style>
background-color css
<style>
a { background-color: #7462FE; }
a { background-color: rgb(116,98,254); }
div.DivClassName
{
background-color: #7462FE;
}
.BgClassName
{
background-color: #7462FE;
}
</style>
border-color css
<style>
span { border-color: #7462FE; }
span { border-color: rgb(116,98,254); }
td.TdClassName
{
border-color: #7462FE;
}
.TagClassName
{
border-color: #7462FE;
}
</style>