Shades of Slate Blue #7B55DC
Tints of Slate Blue #7B55DC
RGB
CMYK
RGB Variations
Color information
#7B55DC (or 0x7B55DC) is known color: Slate Blue. HEX triplet: 7B, 55 and DC. RGB value is (123,85,220). Sum of RGB (Red+Green+Blue) = 123+85+220=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B55DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B55DC is #84AA23. Grayscale: #6F6F6F. Windows color (decimal): -8694308 or 14439803. OLE color: 14439803.
HSL color Cylindrical-coordinate representation of color #7B55DC: hue angle of 256.89º 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 #7B55DC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 85 | 220 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.14 |
| HSL | 256.89º | 0.66% | 0.6% | - |
| HSV(B) | 256.89º | 0.61% | 0.86% | - |
| XYZ | 24.34 | 15.88 | 69.49 | - |
| YUV | 111.75 | 189.09 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 220 | 0.44 | 0.61 | 0 | 0.14 | 256.89 | 0.66 | 0.6 |
| Hex | 7B | 55 | DC | 2C | 3D | 0 | E | 101 | 42 | 3C |
| Octal | 173 | 125 | 334 | 54 | 75 | 0 | 16 | 401 | 102 | 74 |
| Binary | 1111011 | 1010101 | 11011100 | 101100 | 111101 | 0 | 1110 | 100000001 | 1000010 | 111100 |
Color Harmonies of #7B55DC
Complementary color
Monochromatic Colors of #7B55DC
Black with #7B55DC
Text Example
Text Example
White with #7B55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B55DC; }
p { color: rgb(123,85,220); }
H1.HeaderClassName
{
color: #7B55DC;
}
.AnyTagClassName
{
color: #7B55DC;
}
</style>
background-color css
<style>
a { background-color: #7B55DC; }
a { background-color: rgb(123,85,220); }
div.DivClassName
{
background-color: #7B55DC;
}
.BgClassName
{
background-color: #7B55DC;
}
</style>
border-color css
<style>
span { border-color: #7B55DC; }
span { border-color: rgb(123,85,220); }
td.TdClassName
{
border-color: #7B55DC;
}
.TagClassName
{
border-color: #7B55DC;
}
</style>