Shades of Slate Blue #7348DD
Tints of Slate Blue #7348DD
RGB
CMYK
RGB Variations
Color information
#7348DD (or 0x7348DD) is known color: Slate Blue. HEX triplet: 73, 48 and DD. RGB value is (115,72,221). Sum of RGB (Red+Green+Blue) = 115+72+221=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #7348DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348DD is #8CB722. Grayscale: #656565. Windows color (decimal): -9221923 or 14502003. OLE color: 14502003.
HSL color Cylindrical-coordinate representation of color #7348DD: hue angle of 257.32º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7348DD is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 72 | 221 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.13 |
| HSL | 257.32º | 0.69% | 0.57% | - |
| HSV(B) | 257.32º | 0.67% | 0.87% | - |
| XYZ | 22.44 | 13.5 | 69.83 | - |
| YUV | 101.84 | 195.25 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 221 | 0.48 | 0.67 | 0 | 0.13 | 257.32 | 0.69 | 0.57 |
| Hex | 73 | 48 | DD | 30 | 43 | 0 | D | 101 | 45 | 39 |
| Octal | 163 | 110 | 335 | 60 | 103 | 0 | 15 | 401 | 105 | 71 |
| Binary | 1110011 | 1001000 | 11011101 | 110000 | 1000011 | 0 | 1101 | 100000001 | 1000101 | 111001 |
Color Harmonies of #7348DD
Complementary color
Monochromatic Colors of #7348DD
Black with #7348DD
Text Example
Text Example
White with #7348DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7348DD; }
p { color: rgb(115,72,221); }
H1.HeaderClassName
{
color: #7348DD;
}
.AnyTagClassName
{
color: #7348DD;
}
</style>
background-color css
<style>
a { background-color: #7348DD; }
a { background-color: rgb(115,72,221); }
div.DivClassName
{
background-color: #7348DD;
}
.BgClassName
{
background-color: #7348DD;
}
</style>
border-color css
<style>
span { border-color: #7348DD; }
span { border-color: rgb(115,72,221); }
td.TdClassName
{
border-color: #7348DD;
}
.TagClassName
{
border-color: #7348DD;
}
</style>