Shades of Slate Blue #7659CC
Tints of Slate Blue #7659CC
RGB
CMYK
RGB Variations
Color information
#7659CC (or 0x7659CC) is known color: Slate Blue. HEX triplet: 76, 59 and CC. RGB value is (118,89,204). Sum of RGB (Red+Green+Blue) = 118+89+204=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #7659CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659CC is #89A633. Grayscale: #6E6E6E. Windows color (decimal): -9020980 or 13392246. OLE color: 13392246.
HSL color Cylindrical-coordinate representation of color #7659CC: hue angle of 255.13º 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 #7659CC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 89 | 204 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.2 |
| HSL | 255.13º | 0.53% | 0.57% | - |
| HSV(B) | 255.13º | 0.56% | 0.8% | - |
| XYZ | 21.94 | 15.36 | 58.93 | - |
| YUV | 110.78 | 180.61 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 204 | 0.42 | 0.56 | 0 | 0.2 | 255.13 | 0.53 | 0.57 |
| Hex | 76 | 59 | CC | 2A | 38 | 0 | 14 | FF | 35 | 39 |
| Octal | 166 | 131 | 314 | 52 | 70 | 0 | 24 | 377 | 65 | 71 |
| Binary | 1110110 | 1011001 | 11001100 | 101010 | 111000 | 0 | 10100 | 11111111 | 110101 | 111001 |
Color Harmonies of #7659CC
Complementary color
Monochromatic Colors of #7659CC
Black with #7659CC
Text Example
Text Example
White with #7659CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7659CC; }
p { color: rgb(118,89,204); }
H1.HeaderClassName
{
color: #7659CC;
}
.AnyTagClassName
{
color: #7659CC;
}
</style>
background-color css
<style>
a { background-color: #7659CC; }
a { background-color: rgb(118,89,204); }
div.DivClassName
{
background-color: #7659CC;
}
.BgClassName
{
background-color: #7659CC;
}
</style>
border-color css
<style>
span { border-color: #7659CC; }
span { border-color: rgb(118,89,204); }
td.TdClassName
{
border-color: #7659CC;
}
.TagClassName
{
border-color: #7659CC;
}
</style>