Shades of Slate Blue #7B4CDE
Tints of Slate Blue #7B4CDE
RGB
CMYK
RGB Variations
Color information
#7B4CDE (or 0x7B4CDE) is known color: Slate Blue. HEX triplet: 7B, 4C and DE. RGB value is (123,76,222). Sum of RGB (Red+Green+Blue) = 123+76+222=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B4CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4CDE is #84B321. Grayscale: #6A6A6A. Windows color (decimal): -8696610 or 14568571. OLE color: 14568571.
HSL color Cylindrical-coordinate representation of color #7B4CDE: hue angle of 259.32º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B4CDE is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 76 | 222 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.13 |
| HSL | 259.32º | 0.69% | 0.58% | - |
| HSV(B) | 259.32º | 0.66% | 0.87% | - |
| XYZ | 23.94 | 14.65 | 70.67 | - |
| YUV | 106.7 | 193.07 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 76 | 222 | 0.45 | 0.66 | 0 | 0.13 | 259.32 | 0.69 | 0.58 |
| Hex | 7B | 4C | DE | 2D | 42 | 0 | D | 103 | 45 | 3A |
| Octal | 173 | 114 | 336 | 55 | 102 | 0 | 15 | 403 | 105 | 72 |
| Binary | 1111011 | 1001100 | 11011110 | 101101 | 1000010 | 0 | 1101 | 100000011 | 1000101 | 111010 |
Color Harmonies of #7B4CDE
Complementary color
Monochromatic Colors of #7B4CDE
Black with #7B4CDE
Text Example
Text Example
White with #7B4CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4CDE; }
p { color: rgb(123,76,222); }
H1.HeaderClassName
{
color: #7B4CDE;
}
.AnyTagClassName
{
color: #7B4CDE;
}
</style>
background-color css
<style>
a { background-color: #7B4CDE; }
a { background-color: rgb(123,76,222); }
div.DivClassName
{
background-color: #7B4CDE;
}
.BgClassName
{
background-color: #7B4CDE;
}
</style>
border-color css
<style>
span { border-color: #7B4CDE; }
span { border-color: rgb(123,76,222); }
td.TdClassName
{
border-color: #7B4CDE;
}
.TagClassName
{
border-color: #7B4CDE;
}
</style>