Shades of Studio #7B4FB8
Tints of Studio #7B4FB8
RGB
CMYK
RGB Variations
Color information
#7B4FB8 (or 0x7B4FB8) is known color: Studio. HEX triplet: 7B, 4F and B8. RGB value is (123,79,184). Sum of RGB (Red+Green+Blue) = 123+79+184=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #7B4FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4FB8 is #84B047. Grayscale: #676767. Windows color (decimal): -8695880 or 12078971. OLE color: 12078971.
HSL color Cylindrical-coordinate representation of color #7B4FB8: hue angle of 265.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B4FB8 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 79 | 184 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.28 |
| HSL | 265.14º | 0.43% | 0.52% | - |
| HSV(B) | 265.14º | 0.57% | 0.72% | - |
| XYZ | 19.62 | 13.26 | 46.87 | - |
| YUV | 104.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 79 | 184 | 0.33 | 0.57 | 0 | 0.28 | 265.14 | 0.43 | 0.52 |
| Hex | 7B | 4F | B8 | 21 | 39 | 0 | 1C | 109 | 2B | 34 |
| Octal | 173 | 117 | 270 | 41 | 71 | 0 | 34 | 411 | 53 | 64 |
| Binary | 1111011 | 1001111 | 10111000 | 100001 | 111001 | 0 | 11100 | 100001001 | 101011 | 110100 |
Color Harmonies of #7B4FB8
Complementary color
Monochromatic Colors of #7B4FB8
Black with #7B4FB8
Text Example
Text Example
White with #7B4FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4FB8; }
p { color: rgb(123,79,184); }
H1.HeaderClassName
{
color: #7B4FB8;
}
.AnyTagClassName
{
color: #7B4FB8;
}
</style>
background-color css
<style>
a { background-color: #7B4FB8; }
a { background-color: rgb(123,79,184); }
div.DivClassName
{
background-color: #7B4FB8;
}
.BgClassName
{
background-color: #7B4FB8;
}
</style>
border-color css
<style>
span { border-color: #7B4FB8; }
span { border-color: rgb(123,79,184); }
td.TdClassName
{
border-color: #7B4FB8;
}
.TagClassName
{
border-color: #7B4FB8;
}
</style>