Shades of Medium Slate Blue #7462FF
Tints of Medium Slate Blue #7462FF
RGB
CMYK
RGB Variations
Color information
#7462FF (or 0x7462FF) is known color: Medium Slate Blue. HEX triplet: 74, 62 and FF. RGB value is (116,98,255). Sum of RGB (Red+Green+Blue) = 116+98+255=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #7462FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7462FF is #8B9D00. Grayscale: #787878. Windows color (decimal): -9149697 or 16736884. OLE color: 16736884.
HSL color Cylindrical-coordinate representation of color #7462FF: hue angle of 246.88º 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 #7462FF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 98 | 255 | - |
| CMYK | 0.55 | 0.62 | 0 | 0 |
| HSL | 246.88º | 1% | 0.69% | - |
| HSV(B) | 246.88º | 0.62% | 1% | - |
| XYZ | 29.62 | 19.67 | 96.84 | - |
| YUV | 121.28 | 203.46 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 255 | 0.55 | 0.62 | 0 | 0 | 246.88 | 1 | 0.69 |
| Hex | 74 | 62 | FF | 37 | 3E | 0 | 0 | F7 | 64 | 45 |
| Octal | 164 | 142 | 377 | 67 | 76 | 0 | 0 | 367 | 144 | 105 |
| Binary | 1110100 | 1100010 | 11111111 | 110111 | 111110 | 0 | 0 | 11110111 | 1100100 | 1000101 |
Color Harmonies of #7462FF
Complementary color
Monochromatic Colors of #7462FF
Black with #7462FF
Text Example
Text Example
White with #7462FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7462FF; }
p { color: rgb(116,98,255); }
H1.HeaderClassName
{
color: #7462FF;
}
.AnyTagClassName
{
color: #7462FF;
}
</style>
background-color css
<style>
a { background-color: #7462FF; }
a { background-color: rgb(116,98,255); }
div.DivClassName
{
background-color: #7462FF;
}
.BgClassName
{
background-color: #7462FF;
}
</style>
border-color css
<style>
span { border-color: #7462FF; }
span { border-color: rgb(116,98,255); }
td.TdClassName
{
border-color: #7462FF;
}
.TagClassName
{
border-color: #7462FF;
}
</style>