Shades of Medium Slate Blue #7140FA
Tints of Medium Slate Blue #7140FA
RGB
CMYK
RGB Variations
Color information
#7140FA (or 0x7140FA) is known color: Medium Slate Blue. HEX triplet: 71, 40 and FA. RGB value is (113,64,250). Sum of RGB (Red+Green+Blue) = 113+64+250=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #7140FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7140FA is #8EBF05. Grayscale: #636363. Windows color (decimal): -9355014 or 16400497. OLE color: 16400497.
HSL color Cylindrical-coordinate representation of color #7140FA: hue angle of 255.81º 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 #7140FA is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 64 | 250 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.02 |
| HSL | 255.81º | 0.95% | 0.62% | - |
| HSV(B) | 255.81º | 0.74% | 0.98% | - |
| XYZ | 25.9 | 14.08 | 91.8 | - |
| YUV | 99.86 | 212.73 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 250 | 0.55 | 0.74 | 0 | 0.02 | 255.81 | 0.95 | 0.62 |
| Hex | 71 | 40 | FA | 37 | 4A | 0 | 2 | 100 | 5F | 3E |
| Octal | 161 | 100 | 372 | 67 | 112 | 0 | 2 | 400 | 137 | 76 |
| Binary | 1110001 | 1000000 | 11111010 | 110111 | 1001010 | 0 | 10 | 100000000 | 1011111 | 111110 |
Color Harmonies of #7140FA
Complementary color
Monochromatic Colors of #7140FA
Black with #7140FA
Text Example
Text Example
White with #7140FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7140FA; }
p { color: rgb(113,64,250); }
H1.HeaderClassName
{
color: #7140FA;
}
.AnyTagClassName
{
color: #7140FA;
}
</style>
background-color css
<style>
a { background-color: #7140FA; }
a { background-color: rgb(113,64,250); }
div.DivClassName
{
background-color: #7140FA;
}
.BgClassName
{
background-color: #7140FA;
}
</style>
border-color css
<style>
span { border-color: #7140FA; }
span { border-color: rgb(113,64,250); }
td.TdClassName
{
border-color: #7140FA;
}
.TagClassName
{
border-color: #7140FA;
}
</style>