Shades of Studio #7749BD
Tints of Studio #7749BD
RGB
CMYK
RGB Variations
Color information
#7749BD (or 0x7749BD) is known color: Studio. HEX triplet: 77, 49 and BD. RGB value is (119,73,189). Sum of RGB (Red+Green+Blue) = 119+73+189=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #7749BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7749BD is #88B642. Grayscale: #636363. Windows color (decimal): -8959555 or 12405111. OLE color: 12405111.
HSL color Cylindrical-coordinate representation of color #7749BD: hue angle of 263.79º 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 #7749BD is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 73 | 189 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.26 |
| HSL | 263.79º | 0.47% | 0.51% | - |
| HSV(B) | 263.79º | 0.61% | 0.74% | - |
| XYZ | 19.18 | 12.36 | 49.52 | - |
| YUV | 99.98 | 178.24 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 189 | 0.37 | 0.61 | 0 | 0.26 | 263.79 | 0.47 | 0.51 |
| Hex | 77 | 49 | BD | 25 | 3D | 0 | 1A | 108 | 2F | 33 |
| Octal | 167 | 111 | 275 | 45 | 75 | 0 | 32 | 410 | 57 | 63 |
| Binary | 1110111 | 1001001 | 10111101 | 100101 | 111101 | 0 | 11010 | 100001000 | 101111 | 110011 |
Color Harmonies of #7749BD
Complementary color
Monochromatic Colors of #7749BD
Black with #7749BD
Text Example
Text Example
White with #7749BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7749BD; }
p { color: rgb(119,73,189); }
H1.HeaderClassName
{
color: #7749BD;
}
.AnyTagClassName
{
color: #7749BD;
}
</style>
background-color css
<style>
a { background-color: #7749BD; }
a { background-color: rgb(119,73,189); }
div.DivClassName
{
background-color: #7749BD;
}
.BgClassName
{
background-color: #7749BD;
}
</style>
border-color css
<style>
span { border-color: #7749BD; }
span { border-color: rgb(119,73,189); }
td.TdClassName
{
border-color: #7749BD;
}
.TagClassName
{
border-color: #7749BD;
}
</style>