Shades of Slate Blue #7D48DB
Tints of Slate Blue #7D48DB
RGB
CMYK
RGB Variations
Color information
#7D48DB (or 0x7D48DB) is known color: Slate Blue. HEX triplet: 7D, 48 and DB. RGB value is (125,72,219). Sum of RGB (Red+Green+Blue) = 125+72+219=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D48DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D48DB is #82B724. Grayscale: #686868. Windows color (decimal): -8566565 or 14370941. OLE color: 14370941.
HSL color Cylindrical-coordinate representation of color #7D48DB: hue angle of 261.63º 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 #7D48DB is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 72 | 219 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.14 |
| HSL | 261.63º | 0.67% | 0.57% | - |
| HSV(B) | 261.63º | 0.67% | 0.86% | - |
| XYZ | 23.56 | 14.11 | 68.5 | - |
| YUV | 104.61 | 192.56 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 219 | 0.43 | 0.67 | 0 | 0.14 | 261.63 | 0.67 | 0.57 |
| Hex | 7D | 48 | DB | 2B | 43 | 0 | E | 106 | 43 | 39 |
| Octal | 175 | 110 | 333 | 53 | 103 | 0 | 16 | 406 | 103 | 71 |
| Binary | 1111101 | 1001000 | 11011011 | 101011 | 1000011 | 0 | 1110 | 100000110 | 1000011 | 111001 |
Color Harmonies of #7D48DB
Complementary color
Monochromatic Colors of #7D48DB
Black with #7D48DB
Text Example
Text Example
White with #7D48DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D48DB; }
p { color: rgb(125,72,219); }
H1.HeaderClassName
{
color: #7D48DB;
}
.AnyTagClassName
{
color: #7D48DB;
}
</style>
background-color css
<style>
a { background-color: #7D48DB; }
a { background-color: rgb(125,72,219); }
div.DivClassName
{
background-color: #7D48DB;
}
.BgClassName
{
background-color: #7D48DB;
}
</style>
border-color css
<style>
span { border-color: #7D48DB; }
span { border-color: rgb(125,72,219); }
td.TdClassName
{
border-color: #7D48DB;
}
.TagClassName
{
border-color: #7D48DB;
}
</style>