Shades of Slate Blue #7545DB
Tints of Slate Blue #7545DB
RGB
CMYK
RGB Variations
Color information
#7545DB (or 0x7545DB) is known color: Slate Blue. HEX triplet: 75, 45 and DB. RGB value is (117,69,219). Sum of RGB (Red+Green+Blue) = 117+69+219=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 69 (27.34% from 255 or 17.04% 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 #7545DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7545DB is #8ABA24. Grayscale: #636363. Windows color (decimal): -9091621 or 14370165. OLE color: 14370165.
HSL color Cylindrical-coordinate representation of color #7545DB: hue angle of 259.2º 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 #7545DB is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 69 | 219 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.14 |
| HSL | 259.2º | 0.68% | 0.56% | - |
| HSV(B) | 259.2º | 0.68% | 0.86% | - |
| XYZ | 22.25 | 13.15 | 68.38 | - |
| YUV | 100.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 219 | 0.47 | 0.68 | 0 | 0.14 | 259.2 | 0.68 | 0.56 |
| Hex | 75 | 45 | DB | 2F | 44 | 0 | E | 103 | 44 | 38 |
| Octal | 165 | 105 | 333 | 57 | 104 | 0 | 16 | 403 | 104 | 70 |
| Binary | 1110101 | 1000101 | 11011011 | 101111 | 1000100 | 0 | 1110 | 100000011 | 1000100 | 111000 |
Color Harmonies of #7545DB
Complementary color
Monochromatic Colors of #7545DB
Black with #7545DB
Text Example
Text Example
White with #7545DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7545DB; }
p { color: rgb(117,69,219); }
H1.HeaderClassName
{
color: #7545DB;
}
.AnyTagClassName
{
color: #7545DB;
}
</style>
background-color css
<style>
a { background-color: #7545DB; }
a { background-color: rgb(117,69,219); }
div.DivClassName
{
background-color: #7545DB;
}
.BgClassName
{
background-color: #7545DB;
}
</style>
border-color css
<style>
span { border-color: #7545DB; }
span { border-color: rgb(117,69,219); }
td.TdClassName
{
border-color: #7545DB;
}
.TagClassName
{
border-color: #7545DB;
}
</style>