Shades of Slate Blue #7647C9
Tints of Slate Blue #7647C9
RGB
CMYK
RGB Variations
Color information
#7647C9 (or 0x7647C9) is known color: Slate Blue. HEX triplet: 76, 47 and C9. RGB value is (118,71,201). Sum of RGB (Red+Green+Blue) = 118+71+201=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #7647C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7647C9 is #89B836. Grayscale: #636363. Windows color (decimal): -9025591 or 13191030. OLE color: 13191030.
HSL color Cylindrical-coordinate representation of color #7647C9: hue angle of 261.69º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7647C9 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 71 | 201 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.21 |
| HSL | 261.69º | 0.55% | 0.53% | - |
| HSV(B) | 261.69º | 0.65% | 0.79% | - |
| XYZ | 20.27 | 12.58 | 56.62 | - |
| YUV | 99.87 | 185.07 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 201 | 0.41 | 0.65 | 0 | 0.21 | 261.69 | 0.55 | 0.53 |
| Hex | 76 | 47 | C9 | 29 | 41 | 0 | 15 | 106 | 37 | 35 |
| Octal | 166 | 107 | 311 | 51 | 101 | 0 | 25 | 406 | 67 | 65 |
| Binary | 1110110 | 1000111 | 11001001 | 101001 | 1000001 | 0 | 10101 | 100000110 | 110111 | 110101 |
Color Harmonies of #7647C9
Complementary color
Monochromatic Colors of #7647C9
Black with #7647C9
Text Example
Text Example
White with #7647C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7647C9; }
p { color: rgb(118,71,201); }
H1.HeaderClassName
{
color: #7647C9;
}
.AnyTagClassName
{
color: #7647C9;
}
</style>
background-color css
<style>
a { background-color: #7647C9; }
a { background-color: rgb(118,71,201); }
div.DivClassName
{
background-color: #7647C9;
}
.BgClassName
{
background-color: #7647C9;
}
</style>
border-color css
<style>
span { border-color: #7647C9; }
span { border-color: rgb(118,71,201); }
td.TdClassName
{
border-color: #7647C9;
}
.TagClassName
{
border-color: #7647C9;
}
</style>