Shades of Studio #7649BF
Tints of Studio #7649BF
RGB
CMYK
RGB Variations
Color information
#7649BF (or 0x7649BF) is known color: Studio. HEX triplet: 76, 49 and BF. RGB value is (118,73,191). Sum of RGB (Red+Green+Blue) = 118+73+191=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #7649BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7649BF is #89B640. Grayscale: #636363. Windows color (decimal): -9025089 or 12536182. OLE color: 12536182.
HSL color Cylindrical-coordinate representation of color #7649BF: hue angle of 262.88º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7649BF is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 73 | 191 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.25 |
| HSL | 262.88º | 0.48% | 0.52% | - |
| HSV(B) | 262.88º | 0.62% | 0.75% | - |
| XYZ | 19.26 | 12.38 | 50.66 | - |
| YUV | 99.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 191 | 0.38 | 0.62 | 0 | 0.25 | 262.88 | 0.48 | 0.52 |
| Hex | 76 | 49 | BF | 26 | 3E | 0 | 19 | 107 | 30 | 34 |
| Octal | 166 | 111 | 277 | 46 | 76 | 0 | 31 | 407 | 60 | 64 |
| Binary | 1110110 | 1001001 | 10111111 | 100110 | 111110 | 0 | 11001 | 100000111 | 110000 | 110100 |
Color Harmonies of #7649BF
Complementary color
Monochromatic Colors of #7649BF
Black with #7649BF
Text Example
Text Example
White with #7649BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7649BF; }
p { color: rgb(118,73,191); }
H1.HeaderClassName
{
color: #7649BF;
}
.AnyTagClassName
{
color: #7649BF;
}
</style>
background-color css
<style>
a { background-color: #7649BF; }
a { background-color: rgb(118,73,191); }
div.DivClassName
{
background-color: #7649BF;
}
.BgClassName
{
background-color: #7649BF;
}
</style>
border-color css
<style>
span { border-color: #7649BF; }
span { border-color: rgb(118,73,191); }
td.TdClassName
{
border-color: #7649BF;
}
.TagClassName
{
border-color: #7649BF;
}
</style>