Shades of Medium Slate Blue #7461FE
Tints of Medium Slate Blue #7461FE
RGB
CMYK
RGB Variations
Color information
#7461FE (or 0x7461FE) is known color: Medium Slate Blue. HEX triplet: 74, 61 and FE. RGB value is (116,97,254). Sum of RGB (Red+Green+Blue) = 116+97+254=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #7461FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7461FE is #8B9E01. Grayscale: #777777. Windows color (decimal): -9149954 or 16671092. OLE color: 16671092.
HSL color Cylindrical-coordinate representation of color #7461FE: hue angle of 247.26º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7461FE is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 97 | 254 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.00 |
| HSL | 247.26º | 0.99% | 0.69% | - |
| HSV(B) | 247.26º | 0.62% | 1% | - |
| XYZ | 29.37 | 19.42 | 95.97 | - |
| YUV | 120.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 254 | 0.54 | 0.62 | 0 | 0.00 | 247.26 | 0.99 | 0.69 |
| Hex | 74 | 61 | FE | 36 | 3E | 0 | 0 | F7 | 63 | 45 |
| Octal | 164 | 141 | 376 | 66 | 76 | 0 | 0 | 367 | 143 | 105 |
| Binary | 1110100 | 1100001 | 11111110 | 110110 | 111110 | 0 | 0 | 11110111 | 1100011 | 1000101 |
Color Harmonies of #7461FE
Complementary color
Monochromatic Colors of #7461FE
Black with #7461FE
Text Example
Text Example
White with #7461FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7461FE; }
p { color: rgb(116,97,254); }
H1.HeaderClassName
{
color: #7461FE;
}
.AnyTagClassName
{
color: #7461FE;
}
</style>
background-color css
<style>
a { background-color: #7461FE; }
a { background-color: rgb(116,97,254); }
div.DivClassName
{
background-color: #7461FE;
}
.BgClassName
{
background-color: #7461FE;
}
</style>
border-color css
<style>
span { border-color: #7461FE; }
span { border-color: rgb(116,97,254); }
td.TdClassName
{
border-color: #7461FE;
}
.TagClassName
{
border-color: #7461FE;
}
</style>