Shades of Slate Blue #7447C6
Tints of Slate Blue #7447C6
RGB
CMYK
RGB Variations
Color information
#7447C6 (or 0x7447C6) is known color: Slate Blue. HEX triplet: 74, 47 and C6. RGB value is (116,71,198). Sum of RGB (Red+Green+Blue) = 116+71+198=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #7447C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7447C6 is #8BB839. Grayscale: #626262. Windows color (decimal): -9156666 or 12994420. OLE color: 12994420.
HSL color Cylindrical-coordinate representation of color #7447C6: hue angle of 261.26º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7447C6 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 71 | 198 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.22 |
| HSL | 261.26º | 0.53% | 0.53% | - |
| HSV(B) | 261.26º | 0.64% | 0.78% | - |
| XYZ | 19.65 | 12.3 | 54.76 | - |
| YUV | 98.93 | 183.91 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 198 | 0.41 | 0.64 | 0 | 0.22 | 261.26 | 0.53 | 0.53 |
| Hex | 74 | 47 | C6 | 29 | 40 | 0 | 16 | 105 | 35 | 35 |
| Octal | 164 | 107 | 306 | 51 | 100 | 0 | 26 | 405 | 65 | 65 |
| Binary | 1110100 | 1000111 | 11000110 | 101001 | 1000000 | 0 | 10110 | 100000101 | 110101 | 110101 |
Color Harmonies of #7447C6
Complementary color
Monochromatic Colors of #7447C6
Black with #7447C6
Text Example
Text Example
White with #7447C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7447C6; }
p { color: rgb(116,71,198); }
H1.HeaderClassName
{
color: #7447C6;
}
.AnyTagClassName
{
color: #7447C6;
}
</style>
background-color css
<style>
a { background-color: #7447C6; }
a { background-color: rgb(116,71,198); }
div.DivClassName
{
background-color: #7447C6;
}
.BgClassName
{
background-color: #7447C6;
}
</style>
border-color css
<style>
span { border-color: #7447C6; }
span { border-color: rgb(116,71,198); }
td.TdClassName
{
border-color: #7447C6;
}
.TagClassName
{
border-color: #7447C6;
}
</style>