Shades of Medium Slate Blue #7145FC
Tints of Medium Slate Blue #7145FC
RGB
CMYK
RGB Variations
Color information
#7145FC (or 0x7145FC) is known color: Medium Slate Blue. HEX triplet: 71, 45 and FC. RGB value is (113,69,252). Sum of RGB (Red+Green+Blue) = 113+69+252=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #7145FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7145FC is #8EBA03. Grayscale: #666666. Windows color (decimal): -9353732 or 16532849. OLE color: 16532849.
HSL color Cylindrical-coordinate representation of color #7145FC: hue angle of 254.43º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7145FC is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 69 | 252 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.01 |
| HSL | 254.43º | 0.97% | 0.63% | - |
| HSV(B) | 254.43º | 0.73% | 0.99% | - |
| XYZ | 26.51 | 14.8 | 93.55 | - |
| YUV | 103.02 | 212.08 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 252 | 0.55 | 0.73 | 0 | 0.01 | 254.43 | 0.97 | 0.63 |
| Hex | 71 | 45 | FC | 37 | 49 | 0 | 1 | FE | 61 | 3F |
| Octal | 161 | 105 | 374 | 67 | 111 | 0 | 1 | 376 | 141 | 77 |
| Binary | 1110001 | 1000101 | 11111100 | 110111 | 1001001 | 0 | 1 | 11111110 | 1100001 | 111111 |
Color Harmonies of #7145FC
Complementary color
Monochromatic Colors of #7145FC
Black with #7145FC
Text Example
Text Example
White with #7145FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7145FC; }
p { color: rgb(113,69,252); }
H1.HeaderClassName
{
color: #7145FC;
}
.AnyTagClassName
{
color: #7145FC;
}
</style>
background-color css
<style>
a { background-color: #7145FC; }
a { background-color: rgb(113,69,252); }
div.DivClassName
{
background-color: #7145FC;
}
.BgClassName
{
background-color: #7145FC;
}
</style>
border-color css
<style>
span { border-color: #7145FC; }
span { border-color: rgb(113,69,252); }
td.TdClassName
{
border-color: #7145FC;
}
.TagClassName
{
border-color: #7145FC;
}
</style>