Shades of Slate Blue #7247DD
Tints of Slate Blue #7247DD
RGB
CMYK
RGB Variations
Color information
#7247DD (or 0x7247DD) is known color: Slate Blue. HEX triplet: 72, 47 and DD. RGB value is (114,71,221). Sum of RGB (Red+Green+Blue) = 114+71+221=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #7247DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7247DD is #8DB822. Grayscale: #646464. Windows color (decimal): -9287715 or 14501746. OLE color: 14501746.
HSL color Cylindrical-coordinate representation of color #7247DD: hue angle of 257.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7247DD is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 71 | 221 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.13 |
| HSL | 257.2º | 0.69% | 0.57% | - |
| HSV(B) | 257.2º | 0.68% | 0.87% | - |
| XYZ | 22.24 | 13.3 | 69.8 | - |
| YUV | 100.96 | 195.75 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 71 | 221 | 0.48 | 0.68 | 0 | 0.13 | 257.2 | 0.69 | 0.57 |
| Hex | 72 | 47 | DD | 30 | 44 | 0 | D | 101 | 45 | 39 |
| Octal | 162 | 107 | 335 | 60 | 104 | 0 | 15 | 401 | 105 | 71 |
| Binary | 1110010 | 1000111 | 11011101 | 110000 | 1000100 | 0 | 1101 | 100000001 | 1000101 | 111001 |
Color Harmonies of #7247DD
Complementary color
Monochromatic Colors of #7247DD
Black with #7247DD
Text Example
Text Example
White with #7247DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7247DD; }
p { color: rgb(114,71,221); }
H1.HeaderClassName
{
color: #7247DD;
}
.AnyTagClassName
{
color: #7247DD;
}
</style>
background-color css
<style>
a { background-color: #7247DD; }
a { background-color: rgb(114,71,221); }
div.DivClassName
{
background-color: #7247DD;
}
.BgClassName
{
background-color: #7247DD;
}
</style>
border-color css
<style>
span { border-color: #7247DD; }
span { border-color: rgb(114,71,221); }
td.TdClassName
{
border-color: #7247DD;
}
.TagClassName
{
border-color: #7247DD;
}
</style>