Shades of Slate Blue #7344D5
Tints of Slate Blue #7344D5
RGB
CMYK
RGB Variations
Color information
#7344D5 (or 0x7344D5) is known color: Slate Blue. HEX triplet: 73, 44 and D5. RGB value is (115,68,213). Sum of RGB (Red+Green+Blue) = 115+68+213=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #7344D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7344D5 is #8CBB2A. Grayscale: #626262. Windows color (decimal): -9222955 or 13976691. OLE color: 13976691.
HSL color Cylindrical-coordinate representation of color #7344D5: hue angle of 259.45º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7344D5 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 68 | 213 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.16 |
| HSL | 259.45º | 0.63% | 0.55% | - |
| HSV(B) | 259.45º | 0.68% | 0.84% | - |
| XYZ | 21.15 | 12.58 | 64.26 | - |
| YUV | 98.58 | 192.57 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 213 | 0.46 | 0.68 | 0 | 0.16 | 259.45 | 0.63 | 0.55 |
| Hex | 73 | 44 | D5 | 2E | 44 | 0 | 10 | 103 | 3F | 37 |
| Octal | 163 | 104 | 325 | 56 | 104 | 0 | 20 | 403 | 77 | 67 |
| Binary | 1110011 | 1000100 | 11010101 | 101110 | 1000100 | 0 | 10000 | 100000011 | 111111 | 110111 |
Color Harmonies of #7344D5
Complementary color
Monochromatic Colors of #7344D5
Black with #7344D5
Text Example
Text Example
White with #7344D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7344D5; }
p { color: rgb(115,68,213); }
H1.HeaderClassName
{
color: #7344D5;
}
.AnyTagClassName
{
color: #7344D5;
}
</style>
background-color css
<style>
a { background-color: #7344D5; }
a { background-color: rgb(115,68,213); }
div.DivClassName
{
background-color: #7344D5;
}
.BgClassName
{
background-color: #7344D5;
}
</style>
border-color css
<style>
span { border-color: #7344D5; }
span { border-color: rgb(115,68,213); }
td.TdClassName
{
border-color: #7344D5;
}
.TagClassName
{
border-color: #7344D5;
}
</style>