Shades of Studio #7F499B
Tints of Studio #7F499B
RGB
CMYK
RGB Variations
Color information
#7F499B (or 0x7F499B) is known color: Studio. HEX triplet: 7F, 49 and 9B. RGB value is (127,73,155). Sum of RGB (Red+Green+Blue) = 127+73+155=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F499B is #80B664. Grayscale: #626262. Windows color (decimal): -8435301 or 10176895. OLE color: 10176895.
HSL color Cylindrical-coordinate representation of color #7F499B: hue angle of 279.51º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F499B is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 73 | 155 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.39 |
| HSL | 279.51º | 0.36% | 0.45% | - |
| HSV(B) | 279.51º | 0.53% | 0.61% | - |
| XYZ | 17.05 | 11.64 | 32.36 | - |
| YUV | 98.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 73 | 155 | 0.18 | 0.53 | 0 | 0.39 | 279.51 | 0.36 | 0.45 |
| Hex | 7F | 49 | 9B | 12 | 35 | 0 | 27 | 118 | 24 | 2D |
| Octal | 177 | 111 | 233 | 22 | 65 | 0 | 47 | 430 | 44 | 55 |
| Binary | 1111111 | 1001001 | 10011011 | 10010 | 110101 | 0 | 100111 | 100011000 | 100100 | 101101 |
Color Harmonies of #7F499B
Complementary color
Monochromatic Colors of #7F499B
Black with #7F499B
Text Example
Text Example
White with #7F499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F499B; }
p { color: rgb(127,73,155); }
H1.HeaderClassName
{
color: #7F499B;
}
.AnyTagClassName
{
color: #7F499B;
}
</style>
background-color css
<style>
a { background-color: #7F499B; }
a { background-color: rgb(127,73,155); }
div.DivClassName
{
background-color: #7F499B;
}
.BgClassName
{
background-color: #7F499B;
}
</style>
border-color css
<style>
span { border-color: #7F499B; }
span { border-color: rgb(127,73,155); }
td.TdClassName
{
border-color: #7F499B;
}
.TagClassName
{
border-color: #7F499B;
}
</style>