Shades of Medium Slate Blue #7464FA
Tints of Medium Slate Blue #7464FA
RGB
CMYK
RGB Variations
Color information
#7464FA (or 0x7464FA) is known color: Medium Slate Blue. HEX triplet: 74, 64 and FA. RGB value is (116,100,250). Sum of RGB (Red+Green+Blue) = 116+100+250=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #7464FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7464FA is #8B9B05. Grayscale: #797979. Windows color (decimal): -9149190 or 16409716. OLE color: 16409716.
HSL color Cylindrical-coordinate representation of color #7464FA: hue angle of 246.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7464FA is Cyan = 0.54, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 100 | 250 | - |
| CMYK | 0.54 | 0.6 | 0 | 0.02 |
| HSL | 246.4º | 0.94% | 0.69% | - |
| HSV(B) | 246.4º | 0.6% | 0.98% | - |
| XYZ | 29.01 | 19.73 | 92.72 | - |
| YUV | 121.88 | 200.3 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 250 | 0.54 | 0.6 | 0 | 0.02 | 246.4 | 0.94 | 0.69 |
| Hex | 74 | 64 | FA | 36 | 3C | 0 | 2 | F6 | 5E | 45 |
| Octal | 164 | 144 | 372 | 66 | 74 | 0 | 2 | 366 | 136 | 105 |
| Binary | 1110100 | 1100100 | 11111010 | 110110 | 111100 | 0 | 10 | 11110110 | 1011110 | 1000101 |
Color Harmonies of #7464FA
Complementary color
Monochromatic Colors of #7464FA
Black with #7464FA
Text Example
Text Example
White with #7464FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7464FA; }
p { color: rgb(116,100,250); }
H1.HeaderClassName
{
color: #7464FA;
}
.AnyTagClassName
{
color: #7464FA;
}
</style>
background-color css
<style>
a { background-color: #7464FA; }
a { background-color: rgb(116,100,250); }
div.DivClassName
{
background-color: #7464FA;
}
.BgClassName
{
background-color: #7464FA;
}
</style>
border-color css
<style>
span { border-color: #7464FA; }
span { border-color: rgb(116,100,250); }
td.TdClassName
{
border-color: #7464FA;
}
.TagClassName
{
border-color: #7464FA;
}
</style>