Shades of Studio #7F46BA
Tints of Studio #7F46BA
RGB
CMYK
RGB Variations
Color information
#7F46BA (or 0x7F46BA) is known color: Studio. HEX triplet: 7F, 46 and BA. RGB value is (127,70,186). Sum of RGB (Red+Green+Blue) = 127+70+186=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F46BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F46BA is #80B945. Grayscale: #636363. Windows color (decimal): -8436038 or 12207743. OLE color: 12207743.
HSL color Cylindrical-coordinate representation of color #7F46BA: hue angle of 269.48º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F46BA is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 70 | 186 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.27 |
| HSL | 269.48º | 0.46% | 0.5% | - |
| HSV(B) | 269.48º | 0.62% | 0.73% | - |
| XYZ | 19.81 | 12.44 | 47.81 | - |
| YUV | 100.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 186 | 0.32 | 0.62 | 0 | 0.27 | 269.48 | 0.46 | 0.5 |
| Hex | 7F | 46 | BA | 20 | 3E | 0 | 1B | 10D | 2E | 32 |
| Octal | 177 | 106 | 272 | 40 | 76 | 0 | 33 | 415 | 56 | 62 |
| Binary | 1111111 | 1000110 | 10111010 | 100000 | 111110 | 0 | 11011 | 100001101 | 101110 | 110010 |
Color Harmonies of #7F46BA
Complementary color
Monochromatic Colors of #7F46BA
Black with #7F46BA
Text Example
Text Example
White with #7F46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F46BA; }
p { color: rgb(127,70,186); }
H1.HeaderClassName
{
color: #7F46BA;
}
.AnyTagClassName
{
color: #7F46BA;
}
</style>
background-color css
<style>
a { background-color: #7F46BA; }
a { background-color: rgb(127,70,186); }
div.DivClassName
{
background-color: #7F46BA;
}
.BgClassName
{
background-color: #7F46BA;
}
</style>
border-color css
<style>
span { border-color: #7F46BA; }
span { border-color: rgb(127,70,186); }
td.TdClassName
{
border-color: #7F46BA;
}
.TagClassName
{
border-color: #7F46BA;
}
</style>