Shades of Slate Blue #7759CE
Tints of Slate Blue #7759CE
RGB
CMYK
RGB Variations
Color information
#7759CE (or 0x7759CE) is known color: Slate Blue. HEX triplet: 77, 59 and CE. RGB value is (119,89,206). Sum of RGB (Red+Green+Blue) = 119+89+206=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #7759CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759CE is #88A631. Grayscale: #6E6E6E. Windows color (decimal): -8955442 or 13523319. OLE color: 13523319.
HSL color Cylindrical-coordinate representation of color #7759CE: hue angle of 255.38º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7759CE is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 89 | 206 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.19 |
| HSL | 255.38º | 0.54% | 0.58% | - |
| HSV(B) | 255.38º | 0.57% | 0.81% | - |
| XYZ | 22.32 | 15.52 | 60.21 | - |
| YUV | 111.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 206 | 0.42 | 0.57 | 0 | 0.19 | 255.38 | 0.54 | 0.58 |
| Hex | 77 | 59 | CE | 2A | 39 | 0 | 13 | FF | 36 | 3A |
| Octal | 167 | 131 | 316 | 52 | 71 | 0 | 23 | 377 | 66 | 72 |
| Binary | 1110111 | 1011001 | 11001110 | 101010 | 111001 | 0 | 10011 | 11111111 | 110110 | 111010 |
Color Harmonies of #7759CE
Complementary color
Monochromatic Colors of #7759CE
Black with #7759CE
Text Example
Text Example
White with #7759CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7759CE; }
p { color: rgb(119,89,206); }
H1.HeaderClassName
{
color: #7759CE;
}
.AnyTagClassName
{
color: #7759CE;
}
</style>
background-color css
<style>
a { background-color: #7759CE; }
a { background-color: rgb(119,89,206); }
div.DivClassName
{
background-color: #7759CE;
}
.BgClassName
{
background-color: #7759CE;
}
</style>
border-color css
<style>
span { border-color: #7759CE; }
span { border-color: rgb(119,89,206); }
td.TdClassName
{
border-color: #7759CE;
}
.TagClassName
{
border-color: #7759CE;
}
</style>