Shades of Slate Blue #7150E0
Tints of Slate Blue #7150E0
RGB
CMYK
RGB Variations
Color information
#7150E0 (or 0x7150E0) is known color: Slate Blue. HEX triplet: 71, 50 and E0. RGB value is (113,80,224). Sum of RGB (Red+Green+Blue) = 113+80+224=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #7150E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7150E0 is #8EAF1F. Grayscale: #696969. Windows color (decimal): -9350944 or 14700657. OLE color: 14700657.
HSL color Cylindrical-coordinate representation of color #7150E0: hue angle of 253.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7150E0 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 80 | 224 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.12 |
| HSL | 253.75º | 0.7% | 0.6% | - |
| HSV(B) | 253.75º | 0.64% | 0.88% | - |
| XYZ | 23.13 | 14.63 | 72.13 | - |
| YUV | 106.28 | 194.43 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 224 | 0.50 | 0.64 | 0 | 0.12 | 253.75 | 0.7 | 0.6 |
| Hex | 71 | 50 | E0 | 32 | 40 | 0 | C | FE | 46 | 3C |
| Octal | 161 | 120 | 340 | 62 | 100 | 0 | 14 | 376 | 106 | 74 |
| Binary | 1110001 | 1010000 | 11100000 | 110010 | 1000000 | 0 | 1100 | 11111110 | 1000110 | 111100 |
Color Harmonies of #7150E0
Complementary color
Monochromatic Colors of #7150E0
Black with #7150E0
Text Example
Text Example
White with #7150E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7150E0; }
p { color: rgb(113,80,224); }
H1.HeaderClassName
{
color: #7150E0;
}
.AnyTagClassName
{
color: #7150E0;
}
</style>
background-color css
<style>
a { background-color: #7150E0; }
a { background-color: rgb(113,80,224); }
div.DivClassName
{
background-color: #7150E0;
}
.BgClassName
{
background-color: #7150E0;
}
</style>
border-color css
<style>
span { border-color: #7150E0; }
span { border-color: rgb(113,80,224); }
td.TdClassName
{
border-color: #7150E0;
}
.TagClassName
{
border-color: #7150E0;
}
</style>