Shades of Slate Blue #7659DB
Tints of Slate Blue #7659DB
RGB
CMYK
RGB Variations
Color information
#7659DB (or 0x7659DB) is known color: Slate Blue. HEX triplet: 76, 59 and DB. RGB value is (118,89,219). Sum of RGB (Red+Green+Blue) = 118+89+219=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #7659DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659DB is #89A624. Grayscale: #707070. Windows color (decimal): -9020965 or 14375286. OLE color: 14375286.
HSL color Cylindrical-coordinate representation of color #7659DB: hue angle of 253.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7659DB is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 89 | 219 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.14 |
| HSL | 253.38º | 0.64% | 0.6% | - |
| HSV(B) | 253.38º | 0.59% | 0.86% | - |
| XYZ | 23.83 | 16.11 | 68.87 | - |
| YUV | 112.49 | 188.11 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 219 | 0.46 | 0.59 | 0 | 0.14 | 253.38 | 0.64 | 0.6 |
| Hex | 76 | 59 | DB | 2E | 3B | 0 | E | FD | 40 | 3C |
| Octal | 166 | 131 | 333 | 56 | 73 | 0 | 16 | 375 | 100 | 74 |
| Binary | 1110110 | 1011001 | 11011011 | 101110 | 111011 | 0 | 1110 | 11111101 | 1000000 | 111100 |
Color Harmonies of #7659DB
Complementary color
Monochromatic Colors of #7659DB
Black with #7659DB
Text Example
Text Example
White with #7659DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7659DB; }
p { color: rgb(118,89,219); }
H1.HeaderClassName
{
color: #7659DB;
}
.AnyTagClassName
{
color: #7659DB;
}
</style>
background-color css
<style>
a { background-color: #7659DB; }
a { background-color: rgb(118,89,219); }
div.DivClassName
{
background-color: #7659DB;
}
.BgClassName
{
background-color: #7659DB;
}
</style>
border-color css
<style>
span { border-color: #7659DB; }
span { border-color: rgb(118,89,219); }
td.TdClassName
{
border-color: #7659DB;
}
.TagClassName
{
border-color: #7659DB;
}
</style>