Shades of Slate Blue #7346CF
Tints of Slate Blue #7346CF
RGB
CMYK
RGB Variations
Color information
#7346CF (or 0x7346CF) is known color: Slate Blue. HEX triplet: 73, 46 and CF. RGB value is (115,70,207). Sum of RGB (Red+Green+Blue) = 115+70+207=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #7346CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7346CF is #8CB930. Grayscale: #626262. Windows color (decimal): -9222449 or 13583987. OLE color: 13583987.
HSL color Cylindrical-coordinate representation of color #7346CF: hue angle of 259.71º 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 #7346CF is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 70 | 207 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.19 |
| HSL | 259.71º | 0.59% | 0.54% | - |
| HSV(B) | 259.71º | 0.66% | 0.81% | - |
| XYZ | 20.52 | 12.53 | 60.37 | - |
| YUV | 99.07 | 188.91 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 207 | 0.44 | 0.66 | 0 | 0.19 | 259.71 | 0.59 | 0.54 |
| Hex | 73 | 46 | CF | 2C | 42 | 0 | 13 | 104 | 3B | 36 |
| Octal | 163 | 106 | 317 | 54 | 102 | 0 | 23 | 404 | 73 | 66 |
| Binary | 1110011 | 1000110 | 11001111 | 101100 | 1000010 | 0 | 10011 | 100000100 | 111011 | 110110 |
Color Harmonies of #7346CF
Complementary color
Monochromatic Colors of #7346CF
Black with #7346CF
Text Example
Text Example
White with #7346CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7346CF; }
p { color: rgb(115,70,207); }
H1.HeaderClassName
{
color: #7346CF;
}
.AnyTagClassName
{
color: #7346CF;
}
</style>
background-color css
<style>
a { background-color: #7346CF; }
a { background-color: rgb(115,70,207); }
div.DivClassName
{
background-color: #7346CF;
}
.BgClassName
{
background-color: #7346CF;
}
</style>
border-color css
<style>
span { border-color: #7346CF; }
span { border-color: rgb(115,70,207); }
td.TdClassName
{
border-color: #7346CF;
}
.TagClassName
{
border-color: #7346CF;
}
</style>