Shades of Slate Blue #7645DB
Tints of Slate Blue #7645DB
RGB
CMYK
RGB Variations
Color information
#7645DB (or 0x7645DB) is known color: Slate Blue. HEX triplet: 76, 45 and DB. RGB value is (118,69,219). Sum of RGB (Red+Green+Blue) = 118+69+219=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #7645DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7645DB is #89BA24. Grayscale: #646464. Windows color (decimal): -9026085 or 14370166. OLE color: 14370166.
HSL color Cylindrical-coordinate representation of color #7645DB: hue angle of 259.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7645DB is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 69 | 219 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.14 |
| HSL | 259.6º | 0.68% | 0.56% | - |
| HSV(B) | 259.6º | 0.68% | 0.86% | - |
| XYZ | 22.39 | 13.22 | 68.39 | - |
| YUV | 100.75 | 194.73 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 219 | 0.46 | 0.68 | 0 | 0.14 | 259.6 | 0.68 | 0.56 |
| Hex | 76 | 45 | DB | 2E | 44 | 0 | E | 104 | 44 | 38 |
| Octal | 166 | 105 | 333 | 56 | 104 | 0 | 16 | 404 | 104 | 70 |
| Binary | 1110110 | 1000101 | 11011011 | 101110 | 1000100 | 0 | 1110 | 100000100 | 1000100 | 111000 |
Color Harmonies of #7645DB
Complementary color
Monochromatic Colors of #7645DB
Black with #7645DB
Text Example
Text Example
White with #7645DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7645DB; }
p { color: rgb(118,69,219); }
H1.HeaderClassName
{
color: #7645DB;
}
.AnyTagClassName
{
color: #7645DB;
}
</style>
background-color css
<style>
a { background-color: #7645DB; }
a { background-color: rgb(118,69,219); }
div.DivClassName
{
background-color: #7645DB;
}
.BgClassName
{
background-color: #7645DB;
}
</style>
border-color css
<style>
span { border-color: #7645DB; }
span { border-color: rgb(118,69,219); }
td.TdClassName
{
border-color: #7645DB;
}
.TagClassName
{
border-color: #7645DB;
}
</style>