Shades of Slate Blue #7B4DC3
Tints of Slate Blue #7B4DC3
RGB
CMYK
RGB Variations
Color information
#7B4DC3 (or 0x7B4DC3) is known color: Slate Blue. HEX triplet: 7B, 4D and C3. RGB value is (123,77,195). Sum of RGB (Red+Green+Blue) = 123+77+195=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #7B4DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4DC3 is #84B23C. Grayscale: #676767. Windows color (decimal): -8696381 or 12799355. OLE color: 12799355.
HSL color Cylindrical-coordinate representation of color #7B4DC3: hue angle of 263.39º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B4DC3 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 77 | 195 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.24 |
| HSL | 263.39º | 0.5% | 0.53% | - |
| HSV(B) | 263.39º | 0.61% | 0.76% | - |
| XYZ | 20.67 | 13.46 | 53.14 | - |
| YUV | 104.21 | 179.24 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 195 | 0.37 | 0.61 | 0 | 0.24 | 263.39 | 0.5 | 0.53 |
| Hex | 7B | 4D | C3 | 25 | 3D | 0 | 18 | 107 | 32 | 35 |
| Octal | 173 | 115 | 303 | 45 | 75 | 0 | 30 | 407 | 62 | 65 |
| Binary | 1111011 | 1001101 | 11000011 | 100101 | 111101 | 0 | 11000 | 100000111 | 110010 | 110101 |
Color Harmonies of #7B4DC3
Complementary color
Monochromatic Colors of #7B4DC3
Black with #7B4DC3
Text Example
Text Example
White with #7B4DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4DC3; }
p { color: rgb(123,77,195); }
H1.HeaderClassName
{
color: #7B4DC3;
}
.AnyTagClassName
{
color: #7B4DC3;
}
</style>
background-color css
<style>
a { background-color: #7B4DC3; }
a { background-color: rgb(123,77,195); }
div.DivClassName
{
background-color: #7B4DC3;
}
.BgClassName
{
background-color: #7B4DC3;
}
</style>
border-color css
<style>
span { border-color: #7B4DC3; }
span { border-color: rgb(123,77,195); }
td.TdClassName
{
border-color: #7B4DC3;
}
.TagClassName
{
border-color: #7B4DC3;
}
</style>