Shades of Studio #7747BB
Tints of Studio #7747BB
RGB
CMYK
RGB Variations
Color information
#7747BB (or 0x7747BB) is known color: Studio. HEX triplet: 77, 47 and BB. RGB value is (119,71,187). Sum of RGB (Red+Green+Blue) = 119+71+187=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #7747BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7747BB is #88B844. Grayscale: #626262. Windows color (decimal): -8960069 or 12273527. OLE color: 12273527.
HSL color Cylindrical-coordinate representation of color #7747BB: hue angle of 264.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7747BB is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 71 | 187 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.27 |
| HSL | 264.83º | 0.46% | 0.51% | - |
| HSV(B) | 264.83º | 0.62% | 0.73% | - |
| XYZ | 18.83 | 12.02 | 48.34 | - |
| YUV | 98.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 71 | 187 | 0.36 | 0.62 | 0 | 0.27 | 264.83 | 0.46 | 0.51 |
| Hex | 77 | 47 | BB | 24 | 3E | 0 | 1B | 109 | 2E | 33 |
| Octal | 167 | 107 | 273 | 44 | 76 | 0 | 33 | 411 | 56 | 63 |
| Binary | 1110111 | 1000111 | 10111011 | 100100 | 111110 | 0 | 11011 | 100001001 | 101110 | 110011 |
Color Harmonies of #7747BB
Complementary color
Monochromatic Colors of #7747BB
Black with #7747BB
Text Example
Text Example
White with #7747BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7747BB; }
p { color: rgb(119,71,187); }
H1.HeaderClassName
{
color: #7747BB;
}
.AnyTagClassName
{
color: #7747BB;
}
</style>
background-color css
<style>
a { background-color: #7747BB; }
a { background-color: rgb(119,71,187); }
div.DivClassName
{
background-color: #7747BB;
}
.BgClassName
{
background-color: #7747BB;
}
</style>
border-color css
<style>
span { border-color: #7747BB; }
span { border-color: rgb(119,71,187); }
td.TdClassName
{
border-color: #7747BB;
}
.TagClassName
{
border-color: #7747BB;
}
</style>