Shades of Slate Blue #7759CC
Tints of Slate Blue #7759CC
RGB
CMYK
RGB Variations
Color information
#7759CC (or 0x7759CC) is known color: Slate Blue. HEX triplet: 77, 59 and CC. RGB value is (119,89,204). Sum of RGB (Red+Green+Blue) = 119+89+204=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #7759CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759CC is #88A633. Grayscale: #6E6E6E. Windows color (decimal): -8955444 or 13392247. OLE color: 13392247.
HSL color Cylindrical-coordinate representation of color #7759CC: hue angle of 255.65º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7759CC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 89 | 204 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.2 |
| HSL | 255.65º | 0.53% | 0.57% | - |
| HSV(B) | 255.65º | 0.56% | 0.8% | - |
| XYZ | 22.08 | 15.43 | 58.94 | - |
| YUV | 111.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 204 | 0.42 | 0.56 | 0 | 0.2 | 255.65 | 0.53 | 0.57 |
| Hex | 77 | 59 | CC | 2A | 38 | 0 | 14 | 100 | 35 | 39 |
| Octal | 167 | 131 | 314 | 52 | 70 | 0 | 24 | 400 | 65 | 71 |
| Binary | 1110111 | 1011001 | 11001100 | 101010 | 111000 | 0 | 10100 | 100000000 | 110101 | 111001 |
Color Harmonies of #7759CC
Complementary color
Monochromatic Colors of #7759CC
Black with #7759CC
Text Example
Text Example
White with #7759CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7759CC; }
p { color: rgb(119,89,204); }
H1.HeaderClassName
{
color: #7759CC;
}
.AnyTagClassName
{
color: #7759CC;
}
</style>
background-color css
<style>
a { background-color: #7759CC; }
a { background-color: rgb(119,89,204); }
div.DivClassName
{
background-color: #7759CC;
}
.BgClassName
{
background-color: #7759CC;
}
</style>
border-color css
<style>
span { border-color: #7759CC; }
span { border-color: rgb(119,89,204); }
td.TdClassName
{
border-color: #7759CC;
}
.TagClassName
{
border-color: #7759CC;
}
</style>