Shades of Slate Blue #7146DD
Tints of Slate Blue #7146DD
RGB
CMYK
RGB Variations
Color information
#7146DD (or 0x7146DD) is known color: Slate Blue. HEX triplet: 71, 46 and DD. RGB value is (113,70,221). Sum of RGB (Red+Green+Blue) = 113+70+221=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 70 (27.73% from 255 or 17.33% 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 #7146DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7146DD is #8EB922. Grayscale: #636363. Windows color (decimal): -9353507 or 14501489. OLE color: 14501489.
HSL color Cylindrical-coordinate representation of color #7146DD: hue angle of 257.09º 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 #7146DD is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 70 | 221 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.13 |
| HSL | 257.09º | 0.69% | 0.57% | - |
| HSV(B) | 257.09º | 0.68% | 0.87% | - |
| XYZ | 22.05 | 13.11 | 69.78 | - |
| YUV | 100.07 | 196.25 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 221 | 0.49 | 0.68 | 0 | 0.13 | 257.09 | 0.69 | 0.57 |
| Hex | 71 | 46 | DD | 31 | 44 | 0 | D | 101 | 45 | 39 |
| Octal | 161 | 106 | 335 | 61 | 104 | 0 | 15 | 401 | 105 | 71 |
| Binary | 1110001 | 1000110 | 11011101 | 110001 | 1000100 | 0 | 1101 | 100000001 | 1000101 | 111001 |
Color Harmonies of #7146DD
Complementary color
Monochromatic Colors of #7146DD
Black with #7146DD
Text Example
Text Example
White with #7146DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7146DD; }
p { color: rgb(113,70,221); }
H1.HeaderClassName
{
color: #7146DD;
}
.AnyTagClassName
{
color: #7146DD;
}
</style>
background-color css
<style>
a { background-color: #7146DD; }
a { background-color: rgb(113,70,221); }
div.DivClassName
{
background-color: #7146DD;
}
.BgClassName
{
background-color: #7146DD;
}
</style>
border-color css
<style>
span { border-color: #7146DD; }
span { border-color: rgb(113,70,221); }
td.TdClassName
{
border-color: #7146DD;
}
.TagClassName
{
border-color: #7146DD;
}
</style>