Shades of Slate Blue #7A48CB
Tints of Slate Blue #7A48CB
RGB
CMYK
RGB Variations
Color information
#7A48CB (or 0x7A48CB) is known color: Slate Blue. HEX triplet: 7A, 48 and CB. RGB value is (122,72,203). Sum of RGB (Red+Green+Blue) = 122+72+203=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A48CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A48CB is #85B734. Grayscale: #656565. Windows color (decimal): -8763189 or 13322362. OLE color: 13322362.
HSL color Cylindrical-coordinate representation of color #7A48CB: hue angle of 262.9º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A48CB is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 72 | 203 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.20 |
| HSL | 262.9º | 0.56% | 0.54% | - |
| HSV(B) | 262.9º | 0.65% | 0.8% | - |
| XYZ | 21.12 | 13.08 | 57.91 | - |
| YUV | 101.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 72 | 203 | 0.40 | 0.65 | 0 | 0.20 | 262.9 | 0.56 | 0.54 |
| Hex | 7A | 48 | CB | 28 | 41 | 0 | 14 | 107 | 38 | 36 |
| Octal | 172 | 110 | 313 | 50 | 101 | 0 | 24 | 407 | 70 | 66 |
| Binary | 1111010 | 1001000 | 11001011 | 101000 | 1000001 | 0 | 10100 | 100000111 | 111000 | 110110 |
Color Harmonies of #7A48CB
Complementary color
Monochromatic Colors of #7A48CB
Black with #7A48CB
Text Example
Text Example
White with #7A48CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A48CB; }
p { color: rgb(122,72,203); }
H1.HeaderClassName
{
color: #7A48CB;
}
.AnyTagClassName
{
color: #7A48CB;
}
</style>
background-color css
<style>
a { background-color: #7A48CB; }
a { background-color: rgb(122,72,203); }
div.DivClassName
{
background-color: #7A48CB;
}
.BgClassName
{
background-color: #7A48CB;
}
</style>
border-color css
<style>
span { border-color: #7A48CB; }
span { border-color: rgb(122,72,203); }
td.TdClassName
{
border-color: #7A48CB;
}
.TagClassName
{
border-color: #7A48CB;
}
</style>