Shades of Slate Blue #7B5CDB
Tints of Slate Blue #7B5CDB
RGB
CMYK
RGB Variations
Color information
#7B5CDB (or 0x7B5CDB) is known color: Slate Blue. HEX triplet: 7B, 5C and DB. RGB value is (123,92,219). Sum of RGB (Red+Green+Blue) = 123+92+219=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B5CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CDB is #84A324. Grayscale: #737373. Windows color (decimal): -8692517 or 14376059. OLE color: 14376059.
HSL color Cylindrical-coordinate representation of color #7B5CDB: hue angle of 254.65º 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 #7B5CDB is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 92 | 219 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.14 |
| HSL | 254.65º | 0.64% | 0.61% | - |
| HSV(B) | 254.65º | 0.58% | 0.86% | - |
| XYZ | 24.78 | 16.98 | 68.99 | - |
| YUV | 115.75 | 186.27 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 219 | 0.44 | 0.58 | 0 | 0.14 | 254.65 | 0.64 | 0.61 |
| Hex | 7B | 5C | DB | 2C | 3A | 0 | E | FF | 40 | 3D |
| Octal | 173 | 134 | 333 | 54 | 72 | 0 | 16 | 377 | 100 | 75 |
| Binary | 1111011 | 1011100 | 11011011 | 101100 | 111010 | 0 | 1110 | 11111111 | 1000000 | 111101 |
Color Harmonies of #7B5CDB
Complementary color
Monochromatic Colors of #7B5CDB
Black with #7B5CDB
Text Example
Text Example
White with #7B5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CDB; }
p { color: rgb(123,92,219); }
H1.HeaderClassName
{
color: #7B5CDB;
}
.AnyTagClassName
{
color: #7B5CDB;
}
</style>
background-color css
<style>
a { background-color: #7B5CDB; }
a { background-color: rgb(123,92,219); }
div.DivClassName
{
background-color: #7B5CDB;
}
.BgClassName
{
background-color: #7B5CDB;
}
</style>
border-color css
<style>
span { border-color: #7B5CDB; }
span { border-color: rgb(123,92,219); }
td.TdClassName
{
border-color: #7B5CDB;
}
.TagClassName
{
border-color: #7B5CDB;
}
</style>