Shades of Studio #7848BC
Tints of Studio #7848BC
RGB
CMYK
RGB Variations
Color information
#7848BC (or 0x7848BC) is known color: Studio. HEX triplet: 78, 48 and BC. RGB value is (120,72,188). Sum of RGB (Red+Green+Blue) = 120+72+188=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #7848BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7848BC is #87B743. Grayscale: #636363. Windows color (decimal): -8894276 or 12339320. OLE color: 12339320.
HSL color Cylindrical-coordinate representation of color #7848BC: hue angle of 264.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7848BC is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 72 | 188 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.26 |
| HSL | 264.83º | 0.46% | 0.51% | - |
| HSV(B) | 264.83º | 0.62% | 0.74% | - |
| XYZ | 19.14 | 12.26 | 48.93 | - |
| YUV | 99.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 188 | 0.36 | 0.62 | 0 | 0.26 | 264.83 | 0.46 | 0.51 |
| Hex | 78 | 48 | BC | 24 | 3E | 0 | 1A | 109 | 2E | 33 |
| Octal | 170 | 110 | 274 | 44 | 76 | 0 | 32 | 411 | 56 | 63 |
| Binary | 1111000 | 1001000 | 10111100 | 100100 | 111110 | 0 | 11010 | 100001001 | 101110 | 110011 |
Color Harmonies of #7848BC
Complementary color
Monochromatic Colors of #7848BC
Black with #7848BC
Text Example
Text Example
White with #7848BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7848BC; }
p { color: rgb(120,72,188); }
H1.HeaderClassName
{
color: #7848BC;
}
.AnyTagClassName
{
color: #7848BC;
}
</style>
background-color css
<style>
a { background-color: #7848BC; }
a { background-color: rgb(120,72,188); }
div.DivClassName
{
background-color: #7848BC;
}
.BgClassName
{
background-color: #7848BC;
}
</style>
border-color css
<style>
span { border-color: #7848BC; }
span { border-color: rgb(120,72,188); }
td.TdClassName
{
border-color: #7848BC;
}
.TagClassName
{
border-color: #7848BC;
}
</style>