Shades of Medium Slate Blue #7145FF
Tints of Medium Slate Blue #7145FF
RGB
CMYK
RGB Variations
Color information
#7145FF (or 0x7145FF) is known color: Medium Slate Blue. HEX triplet: 71, 45 and FF. RGB value is (113,69,255). Sum of RGB (Red+Green+Blue) = 113+69+255=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #7145FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7145FF is #8EBA00. Grayscale: #666666. Windows color (decimal): -9353729 or 16729457. OLE color: 16729457.
HSL color Cylindrical-coordinate representation of color #7145FF: hue angle of 254.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7145FF is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 69 | 255 | - |
| CMYK | 0.56 | 0.73 | 0 | 0 |
| HSL | 254.19º | 1% | 0.64% | - |
| HSV(B) | 254.19º | 0.73% | 1% | - |
| XYZ | 26.99 | 14.99 | 96.08 | - |
| YUV | 103.36 | 213.58 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 255 | 0.56 | 0.73 | 0 | 0 | 254.19 | 1 | 0.64 |
| Hex | 71 | 45 | FF | 38 | 49 | 0 | 0 | FE | 64 | 40 |
| Octal | 161 | 105 | 377 | 70 | 111 | 0 | 0 | 376 | 144 | 100 |
| Binary | 1110001 | 1000101 | 11111111 | 111000 | 1001001 | 0 | 0 | 11111110 | 1100100 | 1000000 |
Color Harmonies of #7145FF
Complementary color
Monochromatic Colors of #7145FF
Black with #7145FF
Text Example
Text Example
White with #7145FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7145FF; }
p { color: rgb(113,69,255); }
H1.HeaderClassName
{
color: #7145FF;
}
.AnyTagClassName
{
color: #7145FF;
}
</style>
background-color css
<style>
a { background-color: #7145FF; }
a { background-color: rgb(113,69,255); }
div.DivClassName
{
background-color: #7145FF;
}
.BgClassName
{
background-color: #7145FF;
}
</style>
border-color css
<style>
span { border-color: #7145FF; }
span { border-color: rgb(113,69,255); }
td.TdClassName
{
border-color: #7145FF;
}
.TagClassName
{
border-color: #7145FF;
}
</style>