Shades of Slate Blue #7B48DD
Tints of Slate Blue #7B48DD
RGB
CMYK
RGB Variations
Color information
#7B48DD (or 0x7B48DD) is known color: Slate Blue. HEX triplet: 7B, 48 and DD. RGB value is (123,72,221). Sum of RGB (Red+Green+Blue) = 123+72+221=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B48DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B48DD is #84B722. Grayscale: #676767. Windows color (decimal): -8697635 or 14502011. OLE color: 14502011.
HSL color Cylindrical-coordinate representation of color #7B48DD: hue angle of 260.54º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B48DD is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 72 | 221 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.13 |
| HSL | 260.54º | 0.69% | 0.57% | - |
| HSV(B) | 260.54º | 0.67% | 0.87% | - |
| XYZ | 23.54 | 14.07 | 69.88 | - |
| YUV | 104.24 | 193.9 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 221 | 0.44 | 0.67 | 0 | 0.13 | 260.54 | 0.69 | 0.57 |
| Hex | 7B | 48 | DD | 2C | 43 | 0 | D | 105 | 45 | 39 |
| Octal | 173 | 110 | 335 | 54 | 103 | 0 | 15 | 405 | 105 | 71 |
| Binary | 1111011 | 1001000 | 11011101 | 101100 | 1000011 | 0 | 1101 | 100000101 | 1000101 | 111001 |
Color Harmonies of #7B48DD
Complementary color
Monochromatic Colors of #7B48DD
Black with #7B48DD
Text Example
Text Example
White with #7B48DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B48DD; }
p { color: rgb(123,72,221); }
H1.HeaderClassName
{
color: #7B48DD;
}
.AnyTagClassName
{
color: #7B48DD;
}
</style>
background-color css
<style>
a { background-color: #7B48DD; }
a { background-color: rgb(123,72,221); }
div.DivClassName
{
background-color: #7B48DD;
}
.BgClassName
{
background-color: #7B48DD;
}
</style>
border-color css
<style>
span { border-color: #7B48DD; }
span { border-color: rgb(123,72,221); }
td.TdClassName
{
border-color: #7B48DD;
}
.TagClassName
{
border-color: #7B48DD;
}
</style>