Shades of Slate Blue #7659CA
Tints of Slate Blue #7659CA
RGB
CMYK
RGB Variations
Color information
#7659CA (or 0x7659CA) is known color: Slate Blue. HEX triplet: 76, 59 and CA. RGB value is (118,89,202). Sum of RGB (Red+Green+Blue) = 118+89+202=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #7659CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659CA is #89A635. Grayscale: #6E6E6E. Windows color (decimal): -9020982 or 13261174. OLE color: 13261174.
HSL color Cylindrical-coordinate representation of color #7659CA: hue angle of 255.4º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7659CA is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 89 | 202 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.21 |
| HSL | 255.4º | 0.52% | 0.57% | - |
| HSV(B) | 255.4º | 0.56% | 0.79% | - |
| XYZ | 21.7 | 15.26 | 57.68 | - |
| YUV | 110.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 202 | 0.42 | 0.56 | 0 | 0.21 | 255.4 | 0.52 | 0.57 |
| Hex | 76 | 59 | CA | 2A | 38 | 0 | 15 | FF | 34 | 39 |
| Octal | 166 | 131 | 312 | 52 | 70 | 0 | 25 | 377 | 64 | 71 |
| Binary | 1110110 | 1011001 | 11001010 | 101010 | 111000 | 0 | 10101 | 11111111 | 110100 | 111001 |
Color Harmonies of #7659CA
Complementary color
Monochromatic Colors of #7659CA
Black with #7659CA
Text Example
Text Example
White with #7659CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7659CA; }
p { color: rgb(118,89,202); }
H1.HeaderClassName
{
color: #7659CA;
}
.AnyTagClassName
{
color: #7659CA;
}
</style>
background-color css
<style>
a { background-color: #7659CA; }
a { background-color: rgb(118,89,202); }
div.DivClassName
{
background-color: #7659CA;
}
.BgClassName
{
background-color: #7659CA;
}
</style>
border-color css
<style>
span { border-color: #7659CA; }
span { border-color: rgb(118,89,202); }
td.TdClassName
{
border-color: #7659CA;
}
.TagClassName
{
border-color: #7659CA;
}
</style>