Shades of Studio #7849BD
Tints of Studio #7849BD
RGB
CMYK
RGB Variations
Color information
#7849BD (or 0x7849BD) is known color: Studio. HEX triplet: 78, 49 and BD. RGB value is (120,73,189). Sum of RGB (Red+Green+Blue) = 120+73+189=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #7849BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7849BD is #87B642. Grayscale: #636363. Windows color (decimal): -8894019 or 12405112. OLE color: 12405112.
HSL color Cylindrical-coordinate representation of color #7849BD: hue angle of 264.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7849BD is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 73 | 189 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.26 |
| HSL | 264.31º | 0.47% | 0.51% | - |
| HSV(B) | 264.31º | 0.61% | 0.74% | - |
| XYZ | 19.31 | 12.43 | 49.53 | - |
| YUV | 100.28 | 178.07 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 189 | 0.37 | 0.61 | 0 | 0.26 | 264.31 | 0.47 | 0.51 |
| Hex | 78 | 49 | BD | 25 | 3D | 0 | 1A | 108 | 2F | 33 |
| Octal | 170 | 111 | 275 | 45 | 75 | 0 | 32 | 410 | 57 | 63 |
| Binary | 1111000 | 1001001 | 10111101 | 100101 | 111101 | 0 | 11010 | 100001000 | 101111 | 110011 |
Color Harmonies of #7849BD
Complementary color
Monochromatic Colors of #7849BD
Black with #7849BD
Text Example
Text Example
White with #7849BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7849BD; }
p { color: rgb(120,73,189); }
H1.HeaderClassName
{
color: #7849BD;
}
.AnyTagClassName
{
color: #7849BD;
}
</style>
background-color css
<style>
a { background-color: #7849BD; }
a { background-color: rgb(120,73,189); }
div.DivClassName
{
background-color: #7849BD;
}
.BgClassName
{
background-color: #7849BD;
}
</style>
border-color css
<style>
span { border-color: #7849BD; }
span { border-color: rgb(120,73,189); }
td.TdClassName
{
border-color: #7849BD;
}
.TagClassName
{
border-color: #7849BD;
}
</style>