Shades of Slate Blue #7746CE
Tints of Slate Blue #7746CE
RGB
CMYK
RGB Variations
Color information
#7746CE (or 0x7746CE) is known color: Slate Blue. HEX triplet: 77, 46 and CE. RGB value is (119,70,206). Sum of RGB (Red+Green+Blue) = 119+70+206=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #7746CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7746CE is #88B931. Grayscale: #636363. Windows color (decimal): -8960306 or 13518455. OLE color: 13518455.
HSL color Cylindrical-coordinate representation of color #7746CE: hue angle of 261.62º 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 #7746CE is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 70 | 206 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.19 |
| HSL | 261.62º | 0.58% | 0.54% | - |
| HSV(B) | 261.62º | 0.66% | 0.81% | - |
| XYZ | 20.94 | 12.76 | 59.75 | - |
| YUV | 100.16 | 187.73 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 206 | 0.42 | 0.66 | 0 | 0.19 | 261.62 | 0.58 | 0.54 |
| Hex | 77 | 46 | CE | 2A | 42 | 0 | 13 | 106 | 3A | 36 |
| Octal | 167 | 106 | 316 | 52 | 102 | 0 | 23 | 406 | 72 | 66 |
| Binary | 1110111 | 1000110 | 11001110 | 101010 | 1000010 | 0 | 10011 | 100000110 | 111010 | 110110 |
Color Harmonies of #7746CE
Complementary color
Monochromatic Colors of #7746CE
Black with #7746CE
Text Example
Text Example
White with #7746CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746CE; }
p { color: rgb(119,70,206); }
H1.HeaderClassName
{
color: #7746CE;
}
.AnyTagClassName
{
color: #7746CE;
}
</style>
background-color css
<style>
a { background-color: #7746CE; }
a { background-color: rgb(119,70,206); }
div.DivClassName
{
background-color: #7746CE;
}
.BgClassName
{
background-color: #7746CE;
}
</style>
border-color css
<style>
span { border-color: #7746CE; }
span { border-color: rgb(119,70,206); }
td.TdClassName
{
border-color: #7746CE;
}
.TagClassName
{
border-color: #7746CE;
}
</style>