Shades of Medium Slate Blue #7144FF
Tints of Medium Slate Blue #7144FF
RGB
CMYK
RGB Variations
Color information
#7144FF (or 0x7144FF) is known color: Medium Slate Blue. HEX triplet: 71, 44 and FF. RGB value is (113,68,255). Sum of RGB (Red+Green+Blue) = 113+68+255=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #7144FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7144FF is #8EBB00. Grayscale: #666666. Windows color (decimal): -9353985 or 16729201. OLE color: 16729201.
HSL color Cylindrical-coordinate representation of color #7144FF: hue angle of 254.44º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7144FF is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 68 | 255 | - |
| CMYK | 0.56 | 0.73 | 0 | 0 |
| HSL | 254.44º | 1% | 0.63% | - |
| HSV(B) | 254.44º | 0.73% | 1% | - |
| XYZ | 26.93 | 14.86 | 96.06 | - |
| YUV | 102.77 | 213.91 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 255 | 0.56 | 0.73 | 0 | 0 | 254.44 | 1 | 0.63 |
| Hex | 71 | 44 | FF | 38 | 49 | 0 | 0 | FE | 64 | 3F |
| Octal | 161 | 104 | 377 | 70 | 111 | 0 | 0 | 376 | 144 | 77 |
| Binary | 1110001 | 1000100 | 11111111 | 111000 | 1001001 | 0 | 0 | 11111110 | 1100100 | 111111 |
Color Harmonies of #7144FF
Complementary color
Monochromatic Colors of #7144FF
Black with #7144FF
Text Example
Text Example
White with #7144FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7144FF; }
p { color: rgb(113,68,255); }
H1.HeaderClassName
{
color: #7144FF;
}
.AnyTagClassName
{
color: #7144FF;
}
</style>
background-color css
<style>
a { background-color: #7144FF; }
a { background-color: rgb(113,68,255); }
div.DivClassName
{
background-color: #7144FF;
}
.BgClassName
{
background-color: #7144FF;
}
</style>
border-color css
<style>
span { border-color: #7144FF; }
span { border-color: rgb(113,68,255); }
td.TdClassName
{
border-color: #7144FF;
}
.TagClassName
{
border-color: #7144FF;
}
</style>