Shades of Studio #7649BB
Tints of Studio #7649BB
RGB
CMYK
RGB Variations
Color information
#7649BB (or 0x7649BB) is known color: Studio. HEX triplet: 76, 49 and BB. RGB value is (118,73,187). Sum of RGB (Red+Green+Blue) = 118+73+187=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #7649BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7649BB is #89B644. Grayscale: #636363. Windows color (decimal): -9025093 or 12274038. OLE color: 12274038.
HSL color Cylindrical-coordinate representation of color #7649BB: hue angle of 263.68º 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 #7649BB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 73 | 187 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.27 |
| HSL | 263.68º | 0.46% | 0.51% | - |
| HSV(B) | 263.68º | 0.61% | 0.73% | - |
| XYZ | 18.82 | 12.2 | 48.38 | - |
| YUV | 99.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 187 | 0.37 | 0.61 | 0 | 0.27 | 263.68 | 0.46 | 0.51 |
| Hex | 76 | 49 | BB | 25 | 3D | 0 | 1B | 108 | 2E | 33 |
| Octal | 166 | 111 | 273 | 45 | 75 | 0 | 33 | 410 | 56 | 63 |
| Binary | 1110110 | 1001001 | 10111011 | 100101 | 111101 | 0 | 11011 | 100001000 | 101110 | 110011 |
Color Harmonies of #7649BB
Complementary color
Monochromatic Colors of #7649BB
Black with #7649BB
Text Example
Text Example
White with #7649BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7649BB; }
p { color: rgb(118,73,187); }
H1.HeaderClassName
{
color: #7649BB;
}
.AnyTagClassName
{
color: #7649BB;
}
</style>
background-color css
<style>
a { background-color: #7649BB; }
a { background-color: rgb(118,73,187); }
div.DivClassName
{
background-color: #7649BB;
}
.BgClassName
{
background-color: #7649BB;
}
</style>
border-color css
<style>
span { border-color: #7649BB; }
span { border-color: rgb(118,73,187); }
td.TdClassName
{
border-color: #7649BB;
}
.TagClassName
{
border-color: #7649BB;
}
</style>