Shades of Slate Blue #7B48DF
Tints of Slate Blue #7B48DF
RGB
CMYK
RGB Variations
Color information
#7B48DF (or 0x7B48DF) is known color: Slate Blue. HEX triplet: 7B, 48 and DF. RGB value is (123,72,223). Sum of RGB (Red+Green+Blue) = 123+72+223=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B48DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B48DF is #84B720. Grayscale: #676767. Windows color (decimal): -8697633 or 14633083. OLE color: 14633083.
HSL color Cylindrical-coordinate representation of color #7B48DF: hue angle of 260.26º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B48DF is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 72 | 223 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.13 |
| HSL | 260.26º | 0.7% | 0.58% | - |
| HSV(B) | 260.26º | 0.68% | 0.87% | - |
| XYZ | 23.81 | 14.17 | 71.29 | - |
| YUV | 104.46 | 194.9 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 223 | 0.45 | 0.68 | 0 | 0.13 | 260.26 | 0.7 | 0.58 |
| Hex | 7B | 48 | DF | 2D | 44 | 0 | D | 104 | 46 | 3A |
| Octal | 173 | 110 | 337 | 55 | 104 | 0 | 15 | 404 | 106 | 72 |
| Binary | 1111011 | 1001000 | 11011111 | 101101 | 1000100 | 0 | 1101 | 100000100 | 1000110 | 111010 |
Color Harmonies of #7B48DF
Complementary color
Monochromatic Colors of #7B48DF
Black with #7B48DF
Text Example
Text Example
White with #7B48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B48DF; }
p { color: rgb(123,72,223); }
H1.HeaderClassName
{
color: #7B48DF;
}
.AnyTagClassName
{
color: #7B48DF;
}
</style>
background-color css
<style>
a { background-color: #7B48DF; }
a { background-color: rgb(123,72,223); }
div.DivClassName
{
background-color: #7B48DF;
}
.BgClassName
{
background-color: #7B48DF;
}
</style>
border-color css
<style>
span { border-color: #7B48DF; }
span { border-color: rgb(123,72,223); }
td.TdClassName
{
border-color: #7B48DF;
}
.TagClassName
{
border-color: #7B48DF;
}
</style>