Shades of Slate Blue #7B5BDB
Tints of Slate Blue #7B5BDB
RGB
CMYK
RGB Variations
Color information
#7B5BDB (or 0x7B5BDB) is known color: Slate Blue. HEX triplet: 7B, 5B and DB. RGB value is (123,91,219). Sum of RGB (Red+Green+Blue) = 123+91+219=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B5BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BDB is #84A424. Grayscale: #727272. Windows color (decimal): -8692773 or 14375803. OLE color: 14375803.
HSL color Cylindrical-coordinate representation of color #7B5BDB: hue angle of 255º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B5BDB is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 91 | 219 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.14 |
| HSL | 255º | 0.64% | 0.61% | - |
| HSV(B) | 255º | 0.58% | 0.86% | - |
| XYZ | 24.7 | 16.81 | 68.96 | - |
| YUV | 115.16 | 186.6 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 219 | 0.44 | 0.58 | 0 | 0.14 | 255 | 0.64 | 0.61 |
| Hex | 7B | 5B | DB | 2C | 3A | 0 | E | FF | 40 | 3D |
| Octal | 173 | 133 | 333 | 54 | 72 | 0 | 16 | 377 | 100 | 75 |
| Binary | 1111011 | 1011011 | 11011011 | 101100 | 111010 | 0 | 1110 | 11111111 | 1000000 | 111101 |
Color Harmonies of #7B5BDB
Complementary color
Monochromatic Colors of #7B5BDB
Black with #7B5BDB
Text Example
Text Example
White with #7B5BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5BDB; }
p { color: rgb(123,91,219); }
H1.HeaderClassName
{
color: #7B5BDB;
}
.AnyTagClassName
{
color: #7B5BDB;
}
</style>
background-color css
<style>
a { background-color: #7B5BDB; }
a { background-color: rgb(123,91,219); }
div.DivClassName
{
background-color: #7B5BDB;
}
.BgClassName
{
background-color: #7B5BDB;
}
</style>
border-color css
<style>
span { border-color: #7B5BDB; }
span { border-color: rgb(123,91,219); }
td.TdClassName
{
border-color: #7B5BDB;
}
.TagClassName
{
border-color: #7B5BDB;
}
</style>