Shades of Slate Blue #7746CA
Tints of Slate Blue #7746CA
RGB
CMYK
RGB Variations
Color information
#7746CA (or 0x7746CA) is known color: Slate Blue. HEX triplet: 77, 46 and CA. RGB value is (119,70,202). Sum of RGB (Red+Green+Blue) = 119+70+202=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #7746CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7746CA is #88B935. Grayscale: #636363. Windows color (decimal): -8960310 or 13256311. OLE color: 13256311.
HSL color Cylindrical-coordinate representation of color #7746CA: hue angle of 262.27º 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 #7746CA is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 70 | 202 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.21 |
| HSL | 262.27º | 0.55% | 0.53% | - |
| HSV(B) | 262.27º | 0.65% | 0.79% | - |
| XYZ | 20.46 | 12.57 | 57.22 | - |
| YUV | 99.7 | 185.73 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 202 | 0.41 | 0.65 | 0 | 0.21 | 262.27 | 0.55 | 0.53 |
| Hex | 77 | 46 | CA | 29 | 41 | 0 | 15 | 106 | 37 | 35 |
| Octal | 167 | 106 | 312 | 51 | 101 | 0 | 25 | 406 | 67 | 65 |
| Binary | 1110111 | 1000110 | 11001010 | 101001 | 1000001 | 0 | 10101 | 100000110 | 110111 | 110101 |
Color Harmonies of #7746CA
Complementary color
Monochromatic Colors of #7746CA
Black with #7746CA
Text Example
Text Example
White with #7746CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7746CA; }
p { color: rgb(119,70,202); }
H1.HeaderClassName
{
color: #7746CA;
}
.AnyTagClassName
{
color: #7746CA;
}
</style>
background-color css
<style>
a { background-color: #7746CA; }
a { background-color: rgb(119,70,202); }
div.DivClassName
{
background-color: #7746CA;
}
.BgClassName
{
background-color: #7746CA;
}
</style>
border-color css
<style>
span { border-color: #7746CA; }
span { border-color: rgb(119,70,202); }
td.TdClassName
{
border-color: #7746CA;
}
.TagClassName
{
border-color: #7746CA;
}
</style>