Shades of Medium Slate Blue #7144FE
Tints of Medium Slate Blue #7144FE
RGB
CMYK
RGB Variations
Color information
#7144FE (or 0x7144FE) is known color: Medium Slate Blue. HEX triplet: 71, 44 and FE. RGB value is (113,68,254). Sum of RGB (Red+Green+Blue) = 113+68+254=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #7144FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7144FE is #8EBB01. Grayscale: #656565. Windows color (decimal): -9353986 or 16663665. OLE color: 16663665.
HSL color Cylindrical-coordinate representation of color #7144FE: hue angle of 254.52º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7144FE is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 68 | 254 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.00 |
| HSL | 254.52º | 0.99% | 0.63% | - |
| HSV(B) | 254.52º | 0.73% | 1% | - |
| XYZ | 26.77 | 14.8 | 95.21 | - |
| YUV | 102.66 | 213.41 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 254 | 0.56 | 0.73 | 0 | 0.00 | 254.52 | 0.99 | 0.63 |
| Hex | 71 | 44 | FE | 38 | 49 | 0 | 0 | FF | 63 | 3F |
| Octal | 161 | 104 | 376 | 70 | 111 | 0 | 0 | 377 | 143 | 77 |
| Binary | 1110001 | 1000100 | 11111110 | 111000 | 1001001 | 0 | 0 | 11111111 | 1100011 | 111111 |
Color Harmonies of #7144FE
Complementary color
Monochromatic Colors of #7144FE
Black with #7144FE
Text Example
Text Example
White with #7144FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7144FE; }
p { color: rgb(113,68,254); }
H1.HeaderClassName
{
color: #7144FE;
}
.AnyTagClassName
{
color: #7144FE;
}
</style>
background-color css
<style>
a { background-color: #7144FE; }
a { background-color: rgb(113,68,254); }
div.DivClassName
{
background-color: #7144FE;
}
.BgClassName
{
background-color: #7144FE;
}
</style>
border-color css
<style>
span { border-color: #7144FE; }
span { border-color: rgb(113,68,254); }
td.TdClassName
{
border-color: #7144FE;
}
.TagClassName
{
border-color: #7144FE;
}
</style>