Shades of Slate Blue #7145DC
Tints of Slate Blue #7145DC
RGB
CMYK
RGB Variations
Color information
#7145DC (or 0x7145DC) is known color: Slate Blue. HEX triplet: 71, 45 and DC. RGB value is (113,69,220). Sum of RGB (Red+Green+Blue) = 113+69+220=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #7145DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7145DC is #8EBA23. Grayscale: #626262. Windows color (decimal): -9353764 or 14435697. OLE color: 14435697.
HSL color Cylindrical-coordinate representation of color #7145DC: hue angle of 257.48º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7145DC is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 69 | 220 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.14 |
| HSL | 257.48º | 0.68% | 0.57% | - |
| HSV(B) | 257.48º | 0.69% | 0.86% | - |
| XYZ | 21.86 | 12.93 | 69.05 | - |
| YUV | 99.37 | 196.08 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 220 | 0.49 | 0.69 | 0 | 0.14 | 257.48 | 0.68 | 0.57 |
| Hex | 71 | 45 | DC | 31 | 45 | 0 | E | 101 | 44 | 39 |
| Octal | 161 | 105 | 334 | 61 | 105 | 0 | 16 | 401 | 104 | 71 |
| Binary | 1110001 | 1000101 | 11011100 | 110001 | 1000101 | 0 | 1110 | 100000001 | 1000100 | 111001 |
Color Harmonies of #7145DC
Complementary color
Monochromatic Colors of #7145DC
Black with #7145DC
Text Example
Text Example
White with #7145DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7145DC; }
p { color: rgb(113,69,220); }
H1.HeaderClassName
{
color: #7145DC;
}
.AnyTagClassName
{
color: #7145DC;
}
</style>
background-color css
<style>
a { background-color: #7145DC; }
a { background-color: rgb(113,69,220); }
div.DivClassName
{
background-color: #7145DC;
}
.BgClassName
{
background-color: #7145DC;
}
</style>
border-color css
<style>
span { border-color: #7145DC; }
span { border-color: rgb(113,69,220); }
td.TdClassName
{
border-color: #7145DC;
}
.TagClassName
{
border-color: #7145DC;
}
</style>