Shades of Slate Blue #7347D6
Tints of Slate Blue #7347D6
RGB
CMYK
RGB Variations
Color information
#7347D6 (or 0x7347D6) is known color: Slate Blue. HEX triplet: 73, 47 and D6. RGB value is (115,71,214). Sum of RGB (Red+Green+Blue) = 115+71+214=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #7347D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347D6 is #8CB829. Grayscale: #636363. Windows color (decimal): -9222186 or 14042995. OLE color: 14042995.
HSL color Cylindrical-coordinate representation of color #7347D6: hue angle of 258.46º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7347D6 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 71 | 214 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.16 |
| HSL | 258.46º | 0.64% | 0.56% | - |
| HSV(B) | 258.46º | 0.67% | 0.84% | - |
| XYZ | 21.46 | 13.01 | 65 | - |
| YUV | 100.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 214 | 0.46 | 0.67 | 0 | 0.16 | 258.46 | 0.64 | 0.56 |
| Hex | 73 | 47 | D6 | 2E | 43 | 0 | 10 | 102 | 40 | 38 |
| Octal | 163 | 107 | 326 | 56 | 103 | 0 | 20 | 402 | 100 | 70 |
| Binary | 1110011 | 1000111 | 11010110 | 101110 | 1000011 | 0 | 10000 | 100000010 | 1000000 | 111000 |
Color Harmonies of #7347D6
Complementary color
Monochromatic Colors of #7347D6
Black with #7347D6
Text Example
Text Example
White with #7347D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7347D6; }
p { color: rgb(115,71,214); }
H1.HeaderClassName
{
color: #7347D6;
}
.AnyTagClassName
{
color: #7347D6;
}
</style>
background-color css
<style>
a { background-color: #7347D6; }
a { background-color: rgb(115,71,214); }
div.DivClassName
{
background-color: #7347D6;
}
.BgClassName
{
background-color: #7347D6;
}
</style>
border-color css
<style>
span { border-color: #7347D6; }
span { border-color: rgb(115,71,214); }
td.TdClassName
{
border-color: #7347D6;
}
.TagClassName
{
border-color: #7347D6;
}
</style>