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