Shades of Slate Blue #7344DD
Tints of Slate Blue #7344DD
RGB
CMYK
RGB Variations
Color information
#7344DD (or 0x7344DD) is known color: Slate Blue. HEX triplet: 73, 44 and DD. RGB value is (115,68,221). Sum of RGB (Red+Green+Blue) = 115+68+221=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #7344DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7344DD is #8CBB22. Grayscale: #626262. Windows color (decimal): -9222947 or 14500979. OLE color: 14500979.
HSL color Cylindrical-coordinate representation of color #7344DD: hue angle of 258.43º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7344DD is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 68 | 221 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.13 |
| HSL | 258.43º | 0.69% | 0.57% | - |
| HSV(B) | 258.43º | 0.69% | 0.87% | - |
| XYZ | 22.19 | 13 | 69.75 | - |
| YUV | 99.5 | 196.57 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 221 | 0.48 | 0.69 | 0 | 0.13 | 258.43 | 0.69 | 0.57 |
| Hex | 73 | 44 | DD | 30 | 45 | 0 | D | 102 | 45 | 39 |
| Octal | 163 | 104 | 335 | 60 | 105 | 0 | 15 | 402 | 105 | 71 |
| Binary | 1110011 | 1000100 | 11011101 | 110000 | 1000101 | 0 | 1101 | 100000010 | 1000101 | 111001 |
Color Harmonies of #7344DD
Complementary color
Monochromatic Colors of #7344DD
Black with #7344DD
Text Example
Text Example
White with #7344DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7344DD; }
p { color: rgb(115,68,221); }
H1.HeaderClassName
{
color: #7344DD;
}
.AnyTagClassName
{
color: #7344DD;
}
</style>
background-color css
<style>
a { background-color: #7344DD; }
a { background-color: rgb(115,68,221); }
div.DivClassName
{
background-color: #7344DD;
}
.BgClassName
{
background-color: #7344DD;
}
</style>
border-color css
<style>
span { border-color: #7344DD; }
span { border-color: rgb(115,68,221); }
td.TdClassName
{
border-color: #7344DD;
}
.TagClassName
{
border-color: #7344DD;
}
</style>