Shades of Medium Slate Blue #7150FE
Tints of Medium Slate Blue #7150FE
RGB
CMYK
RGB Variations
Color information
#7150FE (or 0x7150FE) is known color: Medium Slate Blue. HEX triplet: 71, 50 and FE. RGB value is (113,80,254). Sum of RGB (Red+Green+Blue) = 113+80+254=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #7150FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7150FE is #8EAF01. Grayscale: #6D6D6D. Windows color (decimal): -9350914 or 16666737. OLE color: 16666737.
HSL color Cylindrical-coordinate representation of color #7150FE: hue angle of 251.38º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7150FE is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 80 | 254 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.00 |
| HSL | 251.38º | 0.99% | 0.65% | - |
| HSV(B) | 251.38º | 0.69% | 1% | - |
| XYZ | 27.57 | 16.4 | 95.48 | - |
| YUV | 109.7 | 209.43 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 254 | 0.56 | 0.69 | 0 | 0.00 | 251.38 | 0.99 | 0.65 |
| Hex | 71 | 50 | FE | 38 | 45 | 0 | 0 | FB | 63 | 41 |
| Octal | 161 | 120 | 376 | 70 | 105 | 0 | 0 | 373 | 143 | 101 |
| Binary | 1110001 | 1010000 | 11111110 | 111000 | 1000101 | 0 | 0 | 11111011 | 1100011 | 1000001 |
Color Harmonies of #7150FE
Complementary color
Monochromatic Colors of #7150FE
Black with #7150FE
Text Example
Text Example
White with #7150FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7150FE; }
p { color: rgb(113,80,254); }
H1.HeaderClassName
{
color: #7150FE;
}
.AnyTagClassName
{
color: #7150FE;
}
</style>
background-color css
<style>
a { background-color: #7150FE; }
a { background-color: rgb(113,80,254); }
div.DivClassName
{
background-color: #7150FE;
}
.BgClassName
{
background-color: #7150FE;
}
</style>
border-color css
<style>
span { border-color: #7150FE; }
span { border-color: rgb(113,80,254); }
td.TdClassName
{
border-color: #7150FE;
}
.TagClassName
{
border-color: #7150FE;
}
</style>