Shades of Medium Slate Blue #7141FC
Tints of Medium Slate Blue #7141FC
RGB
CMYK
RGB Variations
Color information
#7141FC (or 0x7141FC) is known color: Medium Slate Blue. HEX triplet: 71, 41 and FC. RGB value is (113,65,252). Sum of RGB (Red+Green+Blue) = 113+65+252=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #7141FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7141FC is #8EBE03. Grayscale: #636363. Windows color (decimal): -9354756 or 16531825. OLE color: 16531825.
HSL color Cylindrical-coordinate representation of color #7141FC: hue angle of 255.4º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7141FC is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 65 | 252 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.01 |
| HSL | 255.4º | 0.97% | 0.62% | - |
| HSV(B) | 255.4º | 0.74% | 0.99% | - |
| XYZ | 26.27 | 14.32 | 93.47 | - |
| YUV | 100.67 | 213.4 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 252 | 0.55 | 0.74 | 0 | 0.01 | 255.4 | 0.97 | 0.62 |
| Hex | 71 | 41 | FC | 37 | 4A | 0 | 1 | FF | 61 | 3E |
| Octal | 161 | 101 | 374 | 67 | 112 | 0 | 1 | 377 | 141 | 76 |
| Binary | 1110001 | 1000001 | 11111100 | 110111 | 1001010 | 0 | 1 | 11111111 | 1100001 | 111110 |
Color Harmonies of #7141FC
Complementary color
Monochromatic Colors of #7141FC
Black with #7141FC
Text Example
Text Example
White with #7141FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7141FC; }
p { color: rgb(113,65,252); }
H1.HeaderClassName
{
color: #7141FC;
}
.AnyTagClassName
{
color: #7141FC;
}
</style>
background-color css
<style>
a { background-color: #7141FC; }
a { background-color: rgb(113,65,252); }
div.DivClassName
{
background-color: #7141FC;
}
.BgClassName
{
background-color: #7141FC;
}
</style>
border-color css
<style>
span { border-color: #7141FC; }
span { border-color: rgb(113,65,252); }
td.TdClassName
{
border-color: #7141FC;
}
.TagClassName
{
border-color: #7141FC;
}
</style>