Shades of Studio #7948BB
Tints of Studio #7948BB
RGB
CMYK
RGB Variations
Color information
#7948BB (or 0x7948BB) is known color: Studio. HEX triplet: 79, 48 and BB. RGB value is (121,72,187). Sum of RGB (Red+Green+Blue) = 121+72+187=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 72 (28.52% from 255 or 18.95% 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 #7948BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7948BB is #86B744. Grayscale: #636363. Windows color (decimal): -8828741 or 12273785. OLE color: 12273785.
HSL color Cylindrical-coordinate representation of color #7948BB: hue angle of 265.57º 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 #7948BB is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 72 | 187 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.27 |
| HSL | 265.57º | 0.46% | 0.51% | - |
| HSV(B) | 265.57º | 0.61% | 0.73% | - |
| XYZ | 19.17 | 12.29 | 48.37 | - |
| YUV | 99.76 | 177.23 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 187 | 0.35 | 0.61 | 0 | 0.27 | 265.57 | 0.46 | 0.51 |
| Hex | 79 | 48 | BB | 23 | 3D | 0 | 1B | 10A | 2E | 33 |
| Octal | 171 | 110 | 273 | 43 | 75 | 0 | 33 | 412 | 56 | 63 |
| Binary | 1111001 | 1001000 | 10111011 | 100011 | 111101 | 0 | 11011 | 100001010 | 101110 | 110011 |
Color Harmonies of #7948BB
Complementary color
Monochromatic Colors of #7948BB
Black with #7948BB
Text Example
Text Example
White with #7948BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7948BB; }
p { color: rgb(121,72,187); }
H1.HeaderClassName
{
color: #7948BB;
}
.AnyTagClassName
{
color: #7948BB;
}
</style>
background-color css
<style>
a { background-color: #7948BB; }
a { background-color: rgb(121,72,187); }
div.DivClassName
{
background-color: #7948BB;
}
.BgClassName
{
background-color: #7948BB;
}
</style>
border-color css
<style>
span { border-color: #7948BB; }
span { border-color: rgb(121,72,187); }
td.TdClassName
{
border-color: #7948BB;
}
.TagClassName
{
border-color: #7948BB;
}
</style>