Shades of Slate Blue #7759DA
Tints of Slate Blue #7759DA
RGB
CMYK
RGB Variations
Color information
#7759DA (or 0x7759DA) is known color: Slate Blue. HEX triplet: 77, 59 and DA. RGB value is (119,89,218). Sum of RGB (Red+Green+Blue) = 119+89+218=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #7759DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759DA is #88A625. Grayscale: #707070. Windows color (decimal): -8955430 or 14309751. OLE color: 14309751.
HSL color Cylindrical-coordinate representation of color #7759DA: hue angle of 253.95º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7759DA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 89 | 218 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.15 |
| HSL | 253.95º | 0.64% | 0.6% | - |
| HSV(B) | 253.95º | 0.59% | 0.85% | - |
| XYZ | 23.84 | 16.13 | 68.19 | - |
| YUV | 112.68 | 187.44 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 218 | 0.45 | 0.59 | 0 | 0.15 | 253.95 | 0.64 | 0.6 |
| Hex | 77 | 59 | DA | 2D | 3B | 0 | F | FE | 40 | 3C |
| Octal | 167 | 131 | 332 | 55 | 73 | 0 | 17 | 376 | 100 | 74 |
| Binary | 1110111 | 1011001 | 11011010 | 101101 | 111011 | 0 | 1111 | 11111110 | 1000000 | 111100 |
Color Harmonies of #7759DA
Complementary color
Monochromatic Colors of #7759DA
Black with #7759DA
Text Example
Text Example
White with #7759DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7759DA; }
p { color: rgb(119,89,218); }
H1.HeaderClassName
{
color: #7759DA;
}
.AnyTagClassName
{
color: #7759DA;
}
</style>
background-color css
<style>
a { background-color: #7759DA; }
a { background-color: rgb(119,89,218); }
div.DivClassName
{
background-color: #7759DA;
}
.BgClassName
{
background-color: #7759DA;
}
</style>
border-color css
<style>
span { border-color: #7759DA; }
span { border-color: rgb(119,89,218); }
td.TdClassName
{
border-color: #7759DA;
}
.TagClassName
{
border-color: #7759DA;
}
</style>