Shades of Medium Slate Blue #7150FF
Tints of Medium Slate Blue #7150FF
RGB
CMYK
RGB Variations
Color information
#7150FF (or 0x7150FF) is known color: Medium Slate Blue. HEX triplet: 71, 50 and FF. RGB value is (113,80,255). Sum of RGB (Red+Green+Blue) = 113+80+255=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #7150FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7150FF is #8EAF00. Grayscale: #6D6D6D. Windows color (decimal): -9350913 or 16732273. OLE color: 16732273.
HSL color Cylindrical-coordinate representation of color #7150FF: hue angle of 251.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7150FF is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 80 | 255 | - |
| CMYK | 0.56 | 0.69 | 0 | 0 |
| HSL | 251.31º | 1% | 0.66% | - |
| HSV(B) | 251.31º | 0.69% | 1% | - |
| XYZ | 27.73 | 16.47 | 96.32 | - |
| YUV | 109.82 | 209.93 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 255 | 0.56 | 0.69 | 0 | 0 | 251.31 | 1 | 0.66 |
| Hex | 71 | 50 | FF | 38 | 45 | 0 | 0 | FB | 64 | 42 |
| Octal | 161 | 120 | 377 | 70 | 105 | 0 | 0 | 373 | 144 | 102 |
| Binary | 1110001 | 1010000 | 11111111 | 111000 | 1000101 | 0 | 0 | 11111011 | 1100100 | 1000010 |
Color Harmonies of #7150FF
Complementary color
Monochromatic Colors of #7150FF
Black with #7150FF
Text Example
Text Example
White with #7150FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7150FF; }
p { color: rgb(113,80,255); }
H1.HeaderClassName
{
color: #7150FF;
}
.AnyTagClassName
{
color: #7150FF;
}
</style>
background-color css
<style>
a { background-color: #7150FF; }
a { background-color: rgb(113,80,255); }
div.DivClassName
{
background-color: #7150FF;
}
.BgClassName
{
background-color: #7150FF;
}
</style>
border-color css
<style>
span { border-color: #7150FF; }
span { border-color: rgb(113,80,255); }
td.TdClassName
{
border-color: #7150FF;
}
.TagClassName
{
border-color: #7150FF;
}
</style>