Shades of Slate Blue #7B4FCC
Tints of Slate Blue #7B4FCC
RGB
CMYK
RGB Variations
Color information
#7B4FCC (or 0x7B4FCC) is known color: Slate Blue. HEX triplet: 7B, 4F and CC. RGB value is (123,79,204). Sum of RGB (Red+Green+Blue) = 123+79+204=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B4FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4FCC is #84B033. Grayscale: #696969. Windows color (decimal): -8695860 or 13389691. OLE color: 13389691.
HSL color Cylindrical-coordinate representation of color #7B4FCC: hue angle of 261.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B4FCC is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 79 | 204 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.2 |
| HSL | 261.12º | 0.55% | 0.55% | - |
| HSV(B) | 261.12º | 0.61% | 0.8% | - |
| XYZ | 21.86 | 14.16 | 58.71 | - |
| YUV | 106.41 | 183.08 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 79 | 204 | 0.40 | 0.61 | 0 | 0.2 | 261.12 | 0.55 | 0.55 |
| Hex | 7B | 4F | CC | 28 | 3D | 0 | 14 | 105 | 37 | 37 |
| Octal | 173 | 117 | 314 | 50 | 75 | 0 | 24 | 405 | 67 | 67 |
| Binary | 1111011 | 1001111 | 11001100 | 101000 | 111101 | 0 | 10100 | 100000101 | 110111 | 110111 |
Color Harmonies of #7B4FCC
Complementary color
Monochromatic Colors of #7B4FCC
Black with #7B4FCC
Text Example
Text Example
White with #7B4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4FCC; }
p { color: rgb(123,79,204); }
H1.HeaderClassName
{
color: #7B4FCC;
}
.AnyTagClassName
{
color: #7B4FCC;
}
</style>
background-color css
<style>
a { background-color: #7B4FCC; }
a { background-color: rgb(123,79,204); }
div.DivClassName
{
background-color: #7B4FCC;
}
.BgClassName
{
background-color: #7B4FCC;
}
</style>
border-color css
<style>
span { border-color: #7B4FCC; }
span { border-color: rgb(123,79,204); }
td.TdClassName
{
border-color: #7B4FCC;
}
.TagClassName
{
border-color: #7B4FCC;
}
</style>