Shades of Slate Blue #7548DB
Tints of Slate Blue #7548DB
RGB
CMYK
RGB Variations
Color information
#7548DB (or 0x7548DB) is known color: Slate Blue. HEX triplet: 75, 48 and DB. RGB value is (117,72,219). Sum of RGB (Red+Green+Blue) = 117+72+219=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #7548DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7548DB is #8AB724. Grayscale: #656565. Windows color (decimal): -9090853 or 14370933. OLE color: 14370933.
HSL color Cylindrical-coordinate representation of color #7548DB: hue angle of 258.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7548DB is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 72 | 219 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.14 |
| HSL | 258.37º | 0.67% | 0.57% | - |
| HSV(B) | 258.37º | 0.67% | 0.86% | - |
| XYZ | 22.44 | 13.53 | 68.45 | - |
| YUV | 102.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 219 | 0.47 | 0.67 | 0 | 0.14 | 258.37 | 0.67 | 0.57 |
| Hex | 75 | 48 | DB | 2F | 43 | 0 | E | 102 | 43 | 39 |
| Octal | 165 | 110 | 333 | 57 | 103 | 0 | 16 | 402 | 103 | 71 |
| Binary | 1110101 | 1001000 | 11011011 | 101111 | 1000011 | 0 | 1110 | 100000010 | 1000011 | 111001 |
Color Harmonies of #7548DB
Complementary color
Monochromatic Colors of #7548DB
Black with #7548DB
Text Example
Text Example
White with #7548DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7548DB; }
p { color: rgb(117,72,219); }
H1.HeaderClassName
{
color: #7548DB;
}
.AnyTagClassName
{
color: #7548DB;
}
</style>
background-color css
<style>
a { background-color: #7548DB; }
a { background-color: rgb(117,72,219); }
div.DivClassName
{
background-color: #7548DB;
}
.BgClassName
{
background-color: #7548DB;
}
</style>
border-color css
<style>
span { border-color: #7548DB; }
span { border-color: rgb(117,72,219); }
td.TdClassName
{
border-color: #7548DB;
}
.TagClassName
{
border-color: #7548DB;
}
</style>