Shades of Medium Slate Blue #7463FA
Tints of Medium Slate Blue #7463FA
RGB
CMYK
RGB Variations
Color information
#7463FA (or 0x7463FA) is known color: Medium Slate Blue. HEX triplet: 74, 63 and FA. RGB value is (116,99,250). Sum of RGB (Red+Green+Blue) = 116+99+250=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #7463FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7463FA is #8B9C05. Grayscale: #787878. Windows color (decimal): -9149446 or 16409460. OLE color: 16409460.
HSL color Cylindrical-coordinate representation of color #7463FA: hue angle of 246.75º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7463FA is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 99 | 250 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.02 |
| HSL | 246.76º | 0.94% | 0.68% | - |
| HSV(B) | 246.76º | 0.6% | 0.98% | - |
| XYZ | 28.92 | 19.54 | 92.69 | - |
| YUV | 121.3 | 200.63 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 250 | 0.54 | 0.60 | 0 | 0.02 | 246.76 | 0.94 | 0.68 |
| Hex | 74 | 63 | FA | 36 | 3C | 0 | 2 | F7 | 5E | 44 |
| Octal | 164 | 143 | 372 | 66 | 74 | 0 | 2 | 367 | 136 | 104 |
| Binary | 1110100 | 1100011 | 11111010 | 110110 | 111100 | 0 | 10 | 11110111 | 1011110 | 1000100 |
Color Harmonies of #7463FA
Complementary color
Monochromatic Colors of #7463FA
Black with #7463FA
Text Example
Text Example
White with #7463FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7463FA; }
p { color: rgb(116,99,250); }
H1.HeaderClassName
{
color: #7463FA;
}
.AnyTagClassName
{
color: #7463FA;
}
</style>
background-color css
<style>
a { background-color: #7463FA; }
a { background-color: rgb(116,99,250); }
div.DivClassName
{
background-color: #7463FA;
}
.BgClassName
{
background-color: #7463FA;
}
</style>
border-color css
<style>
span { border-color: #7463FA; }
span { border-color: rgb(116,99,250); }
td.TdClassName
{
border-color: #7463FA;
}
.TagClassName
{
border-color: #7463FA;
}
</style>