Shades of Slate Blue #7345CD
Tints of Slate Blue #7345CD
RGB
CMYK
RGB Variations
Color information
#7345CD (or 0x7345CD) is known color: Slate Blue. HEX triplet: 73, 45 and CD. RGB value is (115,69,205). Sum of RGB (Red+Green+Blue) = 115+69+205=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #7345CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345CD is #8CBA32. Grayscale: #616161. Windows color (decimal): -9222707 or 13452659. OLE color: 13452659.
HSL color Cylindrical-coordinate representation of color #7345CD: hue angle of 260.29º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7345CD is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 69 | 205 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.20 |
| HSL | 260.29º | 0.58% | 0.54% | - |
| HSV(B) | 260.29º | 0.66% | 0.8% | - |
| XYZ | 20.22 | 12.31 | 59.07 | - |
| YUV | 98.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 205 | 0.44 | 0.66 | 0 | 0.20 | 260.29 | 0.58 | 0.54 |
| Hex | 73 | 45 | CD | 2C | 42 | 0 | 14 | 104 | 3A | 36 |
| Octal | 163 | 105 | 315 | 54 | 102 | 0 | 24 | 404 | 72 | 66 |
| Binary | 1110011 | 1000101 | 11001101 | 101100 | 1000010 | 0 | 10100 | 100000100 | 111010 | 110110 |
Color Harmonies of #7345CD
Complementary color
Monochromatic Colors of #7345CD
Black with #7345CD
Text Example
Text Example
White with #7345CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7345CD; }
p { color: rgb(115,69,205); }
H1.HeaderClassName
{
color: #7345CD;
}
.AnyTagClassName
{
color: #7345CD;
}
</style>
background-color css
<style>
a { background-color: #7345CD; }
a { background-color: rgb(115,69,205); }
div.DivClassName
{
background-color: #7345CD;
}
.BgClassName
{
background-color: #7345CD;
}
</style>
border-color css
<style>
span { border-color: #7345CD; }
span { border-color: rgb(115,69,205); }
td.TdClassName
{
border-color: #7345CD;
}
.TagClassName
{
border-color: #7345CD;
}
</style>