Shades of Slate Blue #7B56DC
Tints of Slate Blue #7B56DC
RGB
CMYK
RGB Variations
Color information
#7B56DC (or 0x7B56DC) is known color: Slate Blue. HEX triplet: 7B, 56 and DC. RGB value is (123,86,220). Sum of RGB (Red+Green+Blue) = 123+86+220=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B56DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B56DC is #84A923. Grayscale: #6F6F6F. Windows color (decimal): -8694052 or 14440059. OLE color: 14440059.
HSL color Cylindrical-coordinate representation of color #7B56DC: hue angle of 256.57º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B56DC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 86 | 220 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.14 |
| HSL | 256.57º | 0.66% | 0.6% | - |
| HSV(B) | 256.57º | 0.61% | 0.86% | - |
| XYZ | 24.41 | 16.03 | 69.52 | - |
| YUV | 112.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 220 | 0.44 | 0.61 | 0 | 0.14 | 256.57 | 0.66 | 0.6 |
| Hex | 7B | 56 | DC | 2C | 3D | 0 | E | 101 | 42 | 3C |
| Octal | 173 | 126 | 334 | 54 | 75 | 0 | 16 | 401 | 102 | 74 |
| Binary | 1111011 | 1010110 | 11011100 | 101100 | 111101 | 0 | 1110 | 100000001 | 1000010 | 111100 |
Color Harmonies of #7B56DC
Complementary color
Monochromatic Colors of #7B56DC
Black with #7B56DC
Text Example
Text Example
White with #7B56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B56DC; }
p { color: rgb(123,86,220); }
H1.HeaderClassName
{
color: #7B56DC;
}
.AnyTagClassName
{
color: #7B56DC;
}
</style>
background-color css
<style>
a { background-color: #7B56DC; }
a { background-color: rgb(123,86,220); }
div.DivClassName
{
background-color: #7B56DC;
}
.BgClassName
{
background-color: #7B56DC;
}
</style>
border-color css
<style>
span { border-color: #7B56DC; }
span { border-color: rgb(123,86,220); }
td.TdClassName
{
border-color: #7B56DC;
}
.TagClassName
{
border-color: #7B56DC;
}
</style>