Shades of Medium Slate Blue #7340FA
Tints of Medium Slate Blue #7340FA
RGB
CMYK
RGB Variations
Color information
#7340FA (or 0x7340FA) is known color: Medium Slate Blue. HEX triplet: 73, 40 and FA. RGB value is (115,64,250). Sum of RGB (Red+Green+Blue) = 115+64+250=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #7340FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7340FA is #8CBF05. Grayscale: #636363. Windows color (decimal): -9223942 or 16400499. OLE color: 16400499.
HSL color Cylindrical-coordinate representation of color #7340FA: hue angle of 256.45º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7340FA is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 64 | 250 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.02 |
| HSL | 256.45º | 0.95% | 0.62% | - |
| HSV(B) | 256.45º | 0.74% | 0.98% | - |
| XYZ | 26.16 | 14.21 | 91.81 | - |
| YUV | 100.45 | 212.4 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 250 | 0.54 | 0.74 | 0 | 0.02 | 256.45 | 0.95 | 0.62 |
| Hex | 73 | 40 | FA | 36 | 4A | 0 | 2 | 100 | 5F | 3E |
| Octal | 163 | 100 | 372 | 66 | 112 | 0 | 2 | 400 | 137 | 76 |
| Binary | 1110011 | 1000000 | 11111010 | 110110 | 1001010 | 0 | 10 | 100000000 | 1011111 | 111110 |
Color Harmonies of #7340FA
Complementary color
Monochromatic Colors of #7340FA
Black with #7340FA
Text Example
Text Example
White with #7340FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7340FA; }
p { color: rgb(115,64,250); }
H1.HeaderClassName
{
color: #7340FA;
}
.AnyTagClassName
{
color: #7340FA;
}
</style>
background-color css
<style>
a { background-color: #7340FA; }
a { background-color: rgb(115,64,250); }
div.DivClassName
{
background-color: #7340FA;
}
.BgClassName
{
background-color: #7340FA;
}
</style>
border-color css
<style>
span { border-color: #7340FA; }
span { border-color: rgb(115,64,250); }
td.TdClassName
{
border-color: #7340FA;
}
.TagClassName
{
border-color: #7340FA;
}
</style>