Shades of Medium Slate Blue #7141FA
Tints of Medium Slate Blue #7141FA
RGB
CMYK
RGB Variations
Color information
#7141FA (or 0x7141FA) is known color: Medium Slate Blue. HEX triplet: 71, 41 and FA. RGB value is (113,65,250). Sum of RGB (Red+Green+Blue) = 113+65+250=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #7141FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7141FA is #8EBE05. Grayscale: #636363. Windows color (decimal): -9354758 or 16400753. OLE color: 16400753.
HSL color Cylindrical-coordinate representation of color #7141FA: hue angle of 255.57º 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 #7141FA is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 65 | 250 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.02 |
| HSL | 255.57º | 0.95% | 0.62% | - |
| HSV(B) | 255.57º | 0.74% | 0.98% | - |
| XYZ | 25.96 | 14.19 | 91.81 | - |
| YUV | 100.44 | 212.4 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 250 | 0.55 | 0.74 | 0 | 0.02 | 255.57 | 0.95 | 0.62 |
| Hex | 71 | 41 | FA | 37 | 4A | 0 | 2 | 100 | 5F | 3E |
| Octal | 161 | 101 | 372 | 67 | 112 | 0 | 2 | 400 | 137 | 76 |
| Binary | 1110001 | 1000001 | 11111010 | 110111 | 1001010 | 0 | 10 | 100000000 | 1011111 | 111110 |
Color Harmonies of #7141FA
Complementary color
Monochromatic Colors of #7141FA
Black with #7141FA
Text Example
Text Example
White with #7141FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7141FA; }
p { color: rgb(113,65,250); }
H1.HeaderClassName
{
color: #7141FA;
}
.AnyTagClassName
{
color: #7141FA;
}
</style>
background-color css
<style>
a { background-color: #7141FA; }
a { background-color: rgb(113,65,250); }
div.DivClassName
{
background-color: #7141FA;
}
.BgClassName
{
background-color: #7141FA;
}
</style>
border-color css
<style>
span { border-color: #7141FA; }
span { border-color: rgb(113,65,250); }
td.TdClassName
{
border-color: #7141FA;
}
.TagClassName
{
border-color: #7141FA;
}
</style>