Shades of Slate Blue #7349C6
Tints of Slate Blue #7349C6
RGB
CMYK
RGB Variations
Color information
#7349C6 (or 0x7349C6) is known color: Slate Blue. HEX triplet: 73, 49 and C6. RGB value is (115,73,198). Sum of RGB (Red+Green+Blue) = 115+73+198=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #7349C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7349C6 is #8CB639. Grayscale: #636363. Windows color (decimal): -9221690 or 12994931. OLE color: 12994931.
HSL color Cylindrical-coordinate representation of color #7349C6: hue angle of 260.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7349C6 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 73 | 198 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.22 |
| HSL | 260.16º | 0.52% | 0.53% | - |
| HSV(B) | 260.16º | 0.63% | 0.78% | - |
| XYZ | 19.65 | 12.49 | 54.8 | - |
| YUV | 99.81 | 183.41 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 198 | 0.42 | 0.63 | 0 | 0.22 | 260.16 | 0.52 | 0.53 |
| Hex | 73 | 49 | C6 | 2A | 3F | 0 | 16 | 104 | 34 | 35 |
| Octal | 163 | 111 | 306 | 52 | 77 | 0 | 26 | 404 | 64 | 65 |
| Binary | 1110011 | 1001001 | 11000110 | 101010 | 111111 | 0 | 10110 | 100000100 | 110100 | 110101 |
Color Harmonies of #7349C6
Complementary color
Monochromatic Colors of #7349C6
Black with #7349C6
Text Example
Text Example
White with #7349C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7349C6; }
p { color: rgb(115,73,198); }
H1.HeaderClassName
{
color: #7349C6;
}
.AnyTagClassName
{
color: #7349C6;
}
</style>
background-color css
<style>
a { background-color: #7349C6; }
a { background-color: rgb(115,73,198); }
div.DivClassName
{
background-color: #7349C6;
}
.BgClassName
{
background-color: #7349C6;
}
</style>
border-color css
<style>
span { border-color: #7349C6; }
span { border-color: rgb(115,73,198); }
td.TdClassName
{
border-color: #7349C6;
}
.TagClassName
{
border-color: #7349C6;
}
</style>