Shades of Slate Blue #7347C5
Tints of Slate Blue #7347C5
RGB
CMYK
RGB Variations
Color information
#7347C5 (or 0x7347C5) is known color: Slate Blue. HEX triplet: 73, 47 and C5. RGB value is (115,71,197). Sum of RGB (Red+Green+Blue) = 115+71+197=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 197 (77.34% from 255 or 51.44% from 383); Max value from RGB is 197 - color contains mainly: blue. Hex color #7347C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347C5 is #8CB83A. Grayscale: #626262. Windows color (decimal): -9222203 or 12928883. OLE color: 12928883.
HSL color Cylindrical-coordinate representation of color #7347C5: hue angle of 260.95º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7347C5 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 71 | 197 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.23 |
| HSL | 260.95º | 0.52% | 0.53% | - |
| HSV(B) | 260.95º | 0.64% | 0.77% | - |
| XYZ | 19.4 | 12.18 | 54.15 | - |
| YUV | 98.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 197 | 0.42 | 0.64 | 0 | 0.23 | 260.95 | 0.52 | 0.53 |
| Hex | 73 | 47 | C5 | 2A | 40 | 0 | 17 | 105 | 34 | 35 |
| Octal | 163 | 107 | 305 | 52 | 100 | 0 | 27 | 405 | 64 | 65 |
| Binary | 1110011 | 1000111 | 11000101 | 101010 | 1000000 | 0 | 10111 | 100000101 | 110100 | 110101 |
Color Harmonies of #7347C5
Complementary color
Monochromatic Colors of #7347C5
Black with #7347C5
Text Example
Text Example
White with #7347C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7347C5; }
p { color: rgb(115,71,197); }
H1.HeaderClassName
{
color: #7347C5;
}
.AnyTagClassName
{
color: #7347C5;
}
</style>
background-color css
<style>
a { background-color: #7347C5; }
a { background-color: rgb(115,71,197); }
div.DivClassName
{
background-color: #7347C5;
}
.BgClassName
{
background-color: #7347C5;
}
</style>
border-color css
<style>
span { border-color: #7347C5; }
span { border-color: rgb(115,71,197); }
td.TdClassName
{
border-color: #7347C5;
}
.TagClassName
{
border-color: #7347C5;
}
</style>