Shades of Slate Blue #7146CF
Tints of Slate Blue #7146CF
RGB
CMYK
RGB Variations
Color information
#7146CF (or 0x7146CF) is known color: Slate Blue. HEX triplet: 71, 46 and CF. RGB value is (113,70,207). Sum of RGB (Red+Green+Blue) = 113+70+207=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #7146CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7146CF is #8EB930. Grayscale: #616161. Windows color (decimal): -9353521 or 13583985. OLE color: 13583985.
HSL color Cylindrical-coordinate representation of color #7146CF: hue angle of 258.83º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7146CF is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 70 | 207 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.19 |
| HSL | 258.83º | 0.59% | 0.54% | - |
| HSV(B) | 258.83º | 0.66% | 0.81% | - |
| XYZ | 20.26 | 12.4 | 60.36 | - |
| YUV | 98.48 | 189.25 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 207 | 0.45 | 0.66 | 0 | 0.19 | 258.83 | 0.59 | 0.54 |
| Hex | 71 | 46 | CF | 2D | 42 | 0 | 13 | 103 | 3B | 36 |
| Octal | 161 | 106 | 317 | 55 | 102 | 0 | 23 | 403 | 73 | 66 |
| Binary | 1110001 | 1000110 | 11001111 | 101101 | 1000010 | 0 | 10011 | 100000011 | 111011 | 110110 |
Color Harmonies of #7146CF
Complementary color
Monochromatic Colors of #7146CF
Black with #7146CF
Text Example
Text Example
White with #7146CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7146CF; }
p { color: rgb(113,70,207); }
H1.HeaderClassName
{
color: #7146CF;
}
.AnyTagClassName
{
color: #7146CF;
}
</style>
background-color css
<style>
a { background-color: #7146CF; }
a { background-color: rgb(113,70,207); }
div.DivClassName
{
background-color: #7146CF;
}
.BgClassName
{
background-color: #7146CF;
}
</style>
border-color css
<style>
span { border-color: #7146CF; }
span { border-color: rgb(113,70,207); }
td.TdClassName
{
border-color: #7146CF;
}
.TagClassName
{
border-color: #7146CF;
}
</style>