Shades of Medium Slate Blue #7145F3
Tints of Medium Slate Blue #7145F3
RGB
CMYK
RGB Variations
Color information
#7145F3 (or 0x7145F3) is known color: Medium Slate Blue. HEX triplet: 71, 45 and F3. RGB value is (113,69,243). Sum of RGB (Red+Green+Blue) = 113+69+243=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #7145F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7145F3 is #8EBA0C. Grayscale: #656565. Windows color (decimal): -9353741 or 15943025. OLE color: 15943025.
HSL color Cylindrical-coordinate representation of color #7145F3: hue angle of 255.17º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7145F3 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 69 | 243 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.05 |
| HSL | 255.17º | 0.88% | 0.61% | - |
| HSV(B) | 255.17º | 0.72% | 0.95% | - |
| XYZ | 25.12 | 14.24 | 86.22 | - |
| YUV | 101.99 | 207.58 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 243 | 0.53 | 0.72 | 0 | 0.05 | 255.17 | 0.88 | 0.61 |
| Hex | 71 | 45 | F3 | 35 | 48 | 0 | 5 | FF | 58 | 3D |
| Octal | 161 | 105 | 363 | 65 | 110 | 0 | 5 | 377 | 130 | 75 |
| Binary | 1110001 | 1000101 | 11110011 | 110101 | 1001000 | 0 | 101 | 11111111 | 1011000 | 111101 |
Color Harmonies of #7145F3
Complementary color
Monochromatic Colors of #7145F3
Black with #7145F3
Text Example
Text Example
White with #7145F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7145F3; }
p { color: rgb(113,69,243); }
H1.HeaderClassName
{
color: #7145F3;
}
.AnyTagClassName
{
color: #7145F3;
}
</style>
background-color css
<style>
a { background-color: #7145F3; }
a { background-color: rgb(113,69,243); }
div.DivClassName
{
background-color: #7145F3;
}
.BgClassName
{
background-color: #7145F3;
}
</style>
border-color css
<style>
span { border-color: #7145F3; }
span { border-color: rgb(113,69,243); }
td.TdClassName
{
border-color: #7145F3;
}
.TagClassName
{
border-color: #7145F3;
}
</style>