Shades of Slate Blue #7447CE
Tints of Slate Blue #7447CE
RGB
CMYK
RGB Variations
Color information
#7447CE (or 0x7447CE) is known color: Slate Blue. HEX triplet: 74, 47 and CE. RGB value is (116,71,206). Sum of RGB (Red+Green+Blue) = 116+71+206=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #7447CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7447CE is #8BB831. Grayscale: #636363. Windows color (decimal): -9156658 or 13518708. OLE color: 13518708.
HSL color Cylindrical-coordinate representation of color #7447CE: hue angle of 260º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7447CE is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 71 | 206 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.19 |
| HSL | 260º | 0.58% | 0.54% | - |
| HSV(B) | 260º | 0.66% | 0.81% | - |
| XYZ | 20.6 | 12.68 | 59.75 | - |
| YUV | 99.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 206 | 0.44 | 0.66 | 0 | 0.19 | 260 | 0.58 | 0.54 |
| Hex | 74 | 47 | CE | 2C | 42 | 0 | 13 | 104 | 3A | 36 |
| Octal | 164 | 107 | 316 | 54 | 102 | 0 | 23 | 404 | 72 | 66 |
| Binary | 1110100 | 1000111 | 11001110 | 101100 | 1000010 | 0 | 10011 | 100000100 | 111010 | 110110 |
Color Harmonies of #7447CE
Complementary color
Monochromatic Colors of #7447CE
Black with #7447CE
Text Example
Text Example
White with #7447CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7447CE; }
p { color: rgb(116,71,206); }
H1.HeaderClassName
{
color: #7447CE;
}
.AnyTagClassName
{
color: #7447CE;
}
</style>
background-color css
<style>
a { background-color: #7447CE; }
a { background-color: rgb(116,71,206); }
div.DivClassName
{
background-color: #7447CE;
}
.BgClassName
{
background-color: #7447CE;
}
</style>
border-color css
<style>
span { border-color: #7447CE; }
span { border-color: rgb(116,71,206); }
td.TdClassName
{
border-color: #7447CE;
}
.TagClassName
{
border-color: #7447CE;
}
</style>