Shades of Studio #7849BB
Tints of Studio #7849BB
RGB
CMYK
RGB Variations
Color information
#7849BB (or 0x7849BB) is known color: Studio. HEX triplet: 78, 49 and BB. RGB value is (120,73,187). Sum of RGB (Red+Green+Blue) = 120+73+187=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #7849BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7849BB is #87B644. Grayscale: #636363. Windows color (decimal): -8894021 or 12274040. OLE color: 12274040.
HSL color Cylindrical-coordinate representation of color #7849BB: hue angle of 264.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7849BB is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 73 | 187 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.27 |
| HSL | 264.74º | 0.46% | 0.51% | - |
| HSV(B) | 264.74º | 0.61% | 0.73% | - |
| XYZ | 19.1 | 12.35 | 48.39 | - |
| YUV | 100.05 | 177.07 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 187 | 0.36 | 0.61 | 0 | 0.27 | 264.74 | 0.46 | 0.51 |
| Hex | 78 | 49 | BB | 24 | 3D | 0 | 1B | 109 | 2E | 33 |
| Octal | 170 | 111 | 273 | 44 | 75 | 0 | 33 | 411 | 56 | 63 |
| Binary | 1111000 | 1001001 | 10111011 | 100100 | 111101 | 0 | 11011 | 100001001 | 101110 | 110011 |
Color Harmonies of #7849BB
Complementary color
Monochromatic Colors of #7849BB
Black with #7849BB
Text Example
Text Example
White with #7849BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7849BB; }
p { color: rgb(120,73,187); }
H1.HeaderClassName
{
color: #7849BB;
}
.AnyTagClassName
{
color: #7849BB;
}
</style>
background-color css
<style>
a { background-color: #7849BB; }
a { background-color: rgb(120,73,187); }
div.DivClassName
{
background-color: #7849BB;
}
.BgClassName
{
background-color: #7849BB;
}
</style>
border-color css
<style>
span { border-color: #7849BB; }
span { border-color: rgb(120,73,187); }
td.TdClassName
{
border-color: #7849BB;
}
.TagClassName
{
border-color: #7849BB;
}
</style>