Shades of Slate Blue #7B4DCC
Tints of Slate Blue #7B4DCC
RGB
CMYK
RGB Variations
Color information
#7B4DCC (or 0x7B4DCC) is known color: Slate Blue. HEX triplet: 7B, 4D and CC. RGB value is (123,77,204). Sum of RGB (Red+Green+Blue) = 123+77+204=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4DCC is #84B233. Grayscale: #686868. Windows color (decimal): -8696372 or 13389179. OLE color: 13389179.
HSL color Cylindrical-coordinate representation of color #7B4DCC: hue angle of 261.73º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B4DCC is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 77 | 204 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.2 |
| HSL | 261.73º | 0.55% | 0.55% | - |
| HSV(B) | 261.73º | 0.62% | 0.8% | - |
| XYZ | 21.72 | 13.88 | 58.66 | - |
| YUV | 105.23 | 183.74 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 204 | 0.40 | 0.62 | 0 | 0.2 | 261.73 | 0.55 | 0.55 |
| Hex | 7B | 4D | CC | 28 | 3E | 0 | 14 | 106 | 37 | 37 |
| Octal | 173 | 115 | 314 | 50 | 76 | 0 | 24 | 406 | 67 | 67 |
| Binary | 1111011 | 1001101 | 11001100 | 101000 | 111110 | 0 | 10100 | 100000110 | 110111 | 110111 |
Color Harmonies of #7B4DCC
Complementary color
Monochromatic Colors of #7B4DCC
Black with #7B4DCC
Text Example
Text Example
White with #7B4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4DCC; }
p { color: rgb(123,77,204); }
H1.HeaderClassName
{
color: #7B4DCC;
}
.AnyTagClassName
{
color: #7B4DCC;
}
</style>
background-color css
<style>
a { background-color: #7B4DCC; }
a { background-color: rgb(123,77,204); }
div.DivClassName
{
background-color: #7B4DCC;
}
.BgClassName
{
background-color: #7B4DCC;
}
</style>
border-color css
<style>
span { border-color: #7B4DCC; }
span { border-color: rgb(123,77,204); }
td.TdClassName
{
border-color: #7B4DCC;
}
.TagClassName
{
border-color: #7B4DCC;
}
</style>