Shades of Slate Blue #7B4ECC
Tints of Slate Blue #7B4ECC
RGB
CMYK
RGB Variations
Color information
#7B4ECC (or 0x7B4ECC) is known color: Slate Blue. HEX triplet: 7B, 4E and CC. RGB value is (123,78,204). Sum of RGB (Red+Green+Blue) = 123+78+204=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B4ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4ECC is #84B133. Grayscale: #696969. Windows color (decimal): -8696116 or 13389435. OLE color: 13389435.
HSL color Cylindrical-coordinate representation of color #7B4ECC: hue angle of 261.43º 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 #7B4ECC is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 78 | 204 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.2 |
| HSL | 261.43º | 0.55% | 0.55% | - |
| HSV(B) | 261.43º | 0.62% | 0.8% | - |
| XYZ | 21.79 | 14.02 | 58.68 | - |
| YUV | 105.82 | 183.41 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 204 | 0.40 | 0.62 | 0 | 0.2 | 261.43 | 0.55 | 0.55 |
| Hex | 7B | 4E | CC | 28 | 3E | 0 | 14 | 105 | 37 | 37 |
| Octal | 173 | 116 | 314 | 50 | 76 | 0 | 24 | 405 | 67 | 67 |
| Binary | 1111011 | 1001110 | 11001100 | 101000 | 111110 | 0 | 10100 | 100000101 | 110111 | 110111 |
Color Harmonies of #7B4ECC
Complementary color
Monochromatic Colors of #7B4ECC
Black with #7B4ECC
Text Example
Text Example
White with #7B4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4ECC; }
p { color: rgb(123,78,204); }
H1.HeaderClassName
{
color: #7B4ECC;
}
.AnyTagClassName
{
color: #7B4ECC;
}
</style>
background-color css
<style>
a { background-color: #7B4ECC; }
a { background-color: rgb(123,78,204); }
div.DivClassName
{
background-color: #7B4ECC;
}
.BgClassName
{
background-color: #7B4ECC;
}
</style>
border-color css
<style>
span { border-color: #7B4ECC; }
span { border-color: rgb(123,78,204); }
td.TdClassName
{
border-color: #7B4ECC;
}
.TagClassName
{
border-color: #7B4ECC;
}
</style>