Shades of Slate Blue #7659CB
Tints of Slate Blue #7659CB
RGB
CMYK
RGB Variations
Color information
#7659CB (or 0x7659CB) is known color: Slate Blue. HEX triplet: 76, 59 and CB. RGB value is (118,89,203). Sum of RGB (Red+Green+Blue) = 118+89+203=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #7659CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659CB is #89A634. Grayscale: #6E6E6E. Windows color (decimal): -9020981 or 13326710. OLE color: 13326710.
HSL color Cylindrical-coordinate representation of color #7659CB: hue angle of 255.26º degrees, saturation: 0.52, 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 #7659CB is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 89 | 203 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.20 |
| HSL | 255.26º | 0.52% | 0.57% | - |
| HSV(B) | 255.26º | 0.56% | 0.8% | - |
| XYZ | 21.82 | 15.31 | 58.3 | - |
| YUV | 110.67 | 180.11 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 203 | 0.42 | 0.56 | 0 | 0.20 | 255.26 | 0.52 | 0.57 |
| Hex | 76 | 59 | CB | 2A | 38 | 0 | 14 | FF | 34 | 39 |
| Octal | 166 | 131 | 313 | 52 | 70 | 0 | 24 | 377 | 64 | 71 |
| Binary | 1110110 | 1011001 | 11001011 | 101010 | 111000 | 0 | 10100 | 11111111 | 110100 | 111001 |
Color Harmonies of #7659CB
Complementary color
Monochromatic Colors of #7659CB
Black with #7659CB
Text Example
Text Example
White with #7659CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7659CB; }
p { color: rgb(118,89,203); }
H1.HeaderClassName
{
color: #7659CB;
}
.AnyTagClassName
{
color: #7659CB;
}
</style>
background-color css
<style>
a { background-color: #7659CB; }
a { background-color: rgb(118,89,203); }
div.DivClassName
{
background-color: #7659CB;
}
.BgClassName
{
background-color: #7659CB;
}
</style>
border-color css
<style>
span { border-color: #7659CB; }
span { border-color: rgb(118,89,203); }
td.TdClassName
{
border-color: #7659CB;
}
.TagClassName
{
border-color: #7659CB;
}
</style>