Shades of Slate Blue #7B48C6
Tints of Slate Blue #7B48C6
RGB
CMYK
RGB Variations
Color information
#7B48C6 (or 0x7B48C6) is known color: Slate Blue. HEX triplet: 7B, 48 and C6. RGB value is (123,72,198). Sum of RGB (Red+Green+Blue) = 123+72+198=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #7B48C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B48C6 is #84B739. Grayscale: #656565. Windows color (decimal): -8697658 or 12994683. OLE color: 12994683.
HSL color Cylindrical-coordinate representation of color #7B48C6: hue angle of 264.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B48C6 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 72 | 198 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.22 |
| HSL | 264.29º | 0.53% | 0.53% | - |
| HSV(B) | 264.29º | 0.64% | 0.78% | - |
| XYZ | 20.68 | 12.92 | 54.83 | - |
| YUV | 101.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 198 | 0.38 | 0.64 | 0 | 0.22 | 264.29 | 0.53 | 0.53 |
| Hex | 7B | 48 | C6 | 26 | 40 | 0 | 16 | 108 | 34 | 35 |
| Octal | 173 | 110 | 306 | 46 | 100 | 0 | 26 | 410 | 64 | 65 |
| Binary | 1111011 | 1001000 | 11000110 | 100110 | 1000000 | 0 | 10110 | 100001000 | 110100 | 110101 |
Color Harmonies of #7B48C6
Complementary color
Monochromatic Colors of #7B48C6
Black with #7B48C6
Text Example
Text Example
White with #7B48C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B48C6; }
p { color: rgb(123,72,198); }
H1.HeaderClassName
{
color: #7B48C6;
}
.AnyTagClassName
{
color: #7B48C6;
}
</style>
background-color css
<style>
a { background-color: #7B48C6; }
a { background-color: rgb(123,72,198); }
div.DivClassName
{
background-color: #7B48C6;
}
.BgClassName
{
background-color: #7B48C6;
}
</style>
border-color css
<style>
span { border-color: #7B48C6; }
span { border-color: rgb(123,72,198); }
td.TdClassName
{
border-color: #7B48C6;
}
.TagClassName
{
border-color: #7B48C6;
}
</style>