Shades of Medium Slate Blue #7150FD
Tints of Medium Slate Blue #7150FD
RGB
CMYK
RGB Variations
Color information
#7150FD (or 0x7150FD) is known color: Medium Slate Blue. HEX triplet: 71, 50 and FD. RGB value is (113,80,253). Sum of RGB (Red+Green+Blue) = 113+80+253=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #7150FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7150FD is #8EAF02. Grayscale: #6C6C6C. Windows color (decimal): -9350915 or 16601201. OLE color: 16601201.
HSL color Cylindrical-coordinate representation of color #7150FD: hue angle of 251.45º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7150FD is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 80 | 253 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.01 |
| HSL | 251.45º | 0.98% | 0.65% | - |
| HSV(B) | 251.45º | 0.68% | 0.99% | - |
| XYZ | 27.41 | 16.34 | 94.64 | - |
| YUV | 109.59 | 208.93 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 253 | 0.55 | 0.68 | 0 | 0.01 | 251.45 | 0.98 | 0.65 |
| Hex | 71 | 50 | FD | 37 | 44 | 0 | 1 | FB | 62 | 41 |
| Octal | 161 | 120 | 375 | 67 | 104 | 0 | 1 | 373 | 142 | 101 |
| Binary | 1110001 | 1010000 | 11111101 | 110111 | 1000100 | 0 | 1 | 11111011 | 1100010 | 1000001 |
Color Harmonies of #7150FD
Complementary color
Monochromatic Colors of #7150FD
Black with #7150FD
Text Example
Text Example
White with #7150FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7150FD; }
p { color: rgb(113,80,253); }
H1.HeaderClassName
{
color: #7150FD;
}
.AnyTagClassName
{
color: #7150FD;
}
</style>
background-color css
<style>
a { background-color: #7150FD; }
a { background-color: rgb(113,80,253); }
div.DivClassName
{
background-color: #7150FD;
}
.BgClassName
{
background-color: #7150FD;
}
</style>
border-color css
<style>
span { border-color: #7150FD; }
span { border-color: rgb(113,80,253); }
td.TdClassName
{
border-color: #7150FD;
}
.TagClassName
{
border-color: #7150FD;
}
</style>