Shades of Slate Blue #7154C1
Tints of Slate Blue #7154C1
RGB
CMYK
RGB Variations
Color information
#7154C1 (or 0x7154C1) is known color: Slate Blue. HEX triplet: 71, 54 and C1. RGB value is (113,84,193). Sum of RGB (Red+Green+Blue) = 113+84+193=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #7154C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154C1 is #8EAB3E. Grayscale: #686868. Windows color (decimal): -9349951 or 12670065. OLE color: 12670065.
HSL color Cylindrical-coordinate representation of color #7154C1: hue angle of 255.96º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7154C1 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 84 | 193 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.24 |
| HSL | 255.96º | 0.47% | 0.54% | - |
| HSV(B) | 255.96º | 0.56% | 0.76% | - |
| XYZ | 19.61 | 13.7 | 52.06 | - |
| YUV | 105.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 84 | 193 | 0.41 | 0.56 | 0 | 0.24 | 255.96 | 0.47 | 0.54 |
| Hex | 71 | 54 | C1 | 29 | 38 | 0 | 18 | 100 | 2F | 36 |
| Octal | 161 | 124 | 301 | 51 | 70 | 0 | 30 | 400 | 57 | 66 |
| Binary | 1110001 | 1010100 | 11000001 | 101001 | 111000 | 0 | 11000 | 100000000 | 101111 | 110110 |
Color Harmonies of #7154C1
Complementary color
Monochromatic Colors of #7154C1
Black with #7154C1
Text Example
Text Example
White with #7154C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7154C1; }
p { color: rgb(113,84,193); }
H1.HeaderClassName
{
color: #7154C1;
}
.AnyTagClassName
{
color: #7154C1;
}
</style>
background-color css
<style>
a { background-color: #7154C1; }
a { background-color: rgb(113,84,193); }
div.DivClassName
{
background-color: #7154C1;
}
.BgClassName
{
background-color: #7154C1;
}
</style>
border-color css
<style>
span { border-color: #7154C1; }
span { border-color: rgb(113,84,193); }
td.TdClassName
{
border-color: #7154C1;
}
.TagClassName
{
border-color: #7154C1;
}
</style>