Shades of Slate Blue #7B4FDD
Tints of Slate Blue #7B4FDD
RGB
CMYK
RGB Variations
Color information
#7B4FDD (or 0x7B4FDD) is known color: Slate Blue. HEX triplet: 7B, 4F and DD. RGB value is (123,79,221). Sum of RGB (Red+Green+Blue) = 123+79+221=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B4FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4FDD is #84B022. Grayscale: #6B6B6B. Windows color (decimal): -8695843 or 14503803. OLE color: 14503803.
HSL color Cylindrical-coordinate representation of color #7B4FDD: hue angle of 258.59º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B4FDD is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 79 | 221 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.13 |
| HSL | 258.59º | 0.68% | 0.59% | - |
| HSV(B) | 258.59º | 0.64% | 0.87% | - |
| XYZ | 24.02 | 15.02 | 70.04 | - |
| YUV | 108.34 | 191.58 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 79 | 221 | 0.44 | 0.64 | 0 | 0.13 | 258.59 | 0.68 | 0.59 |
| Hex | 7B | 4F | DD | 2C | 40 | 0 | D | 103 | 44 | 3B |
| Octal | 173 | 117 | 335 | 54 | 100 | 0 | 15 | 403 | 104 | 73 |
| Binary | 1111011 | 1001111 | 11011101 | 101100 | 1000000 | 0 | 1101 | 100000011 | 1000100 | 111011 |
Color Harmonies of #7B4FDD
Complementary color
Monochromatic Colors of #7B4FDD
Black with #7B4FDD
Text Example
Text Example
White with #7B4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4FDD; }
p { color: rgb(123,79,221); }
H1.HeaderClassName
{
color: #7B4FDD;
}
.AnyTagClassName
{
color: #7B4FDD;
}
</style>
background-color css
<style>
a { background-color: #7B4FDD; }
a { background-color: rgb(123,79,221); }
div.DivClassName
{
background-color: #7B4FDD;
}
.BgClassName
{
background-color: #7B4FDD;
}
</style>
border-color css
<style>
span { border-color: #7B4FDD; }
span { border-color: rgb(123,79,221); }
td.TdClassName
{
border-color: #7B4FDD;
}
.TagClassName
{
border-color: #7B4FDD;
}
</style>