Shades of Studio #764FA2
Tints of Studio #764FA2
RGB
CMYK
RGB Variations
Color information
#764FA2 (or 0x764FA2) is known color: Studio. HEX triplet: 76, 4F and A2. RGB value is (118,79,162). Sum of RGB (Red+Green+Blue) = 118+79+162=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #764FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764FA2 is #89B05D. Grayscale: #636363. Windows color (decimal): -9023582 or 10637174. OLE color: 10637174.
HSL color Cylindrical-coordinate representation of color #764FA2: hue angle of 268.19º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #764FA2 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 79 | 162 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.36 |
| HSL | 268.19º | 0.34% | 0.47% | - |
| HSV(B) | 268.19º | 0.51% | 0.64% | - |
| XYZ | 16.79 | 12.05 | 35.62 | - |
| YUV | 100.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 162 | 0.27 | 0.51 | 0 | 0.36 | 268.19 | 0.34 | 0.47 |
| Hex | 76 | 4F | A2 | 1B | 33 | 0 | 24 | 10C | 22 | 2F |
| Octal | 166 | 117 | 242 | 33 | 63 | 0 | 44 | 414 | 42 | 57 |
| Binary | 1110110 | 1001111 | 10100010 | 11011 | 110011 | 0 | 100100 | 100001100 | 100010 | 101111 |
Color Harmonies of #764FA2
Complementary color
Monochromatic Colors of #764FA2
Black with #764FA2
Text Example
Text Example
White with #764FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FA2; }
p { color: rgb(118,79,162); }
H1.HeaderClassName
{
color: #764FA2;
}
.AnyTagClassName
{
color: #764FA2;
}
</style>
background-color css
<style>
a { background-color: #764FA2; }
a { background-color: rgb(118,79,162); }
div.DivClassName
{
background-color: #764FA2;
}
.BgClassName
{
background-color: #764FA2;
}
</style>
border-color css
<style>
span { border-color: #764FA2; }
span { border-color: rgb(118,79,162); }
td.TdClassName
{
border-color: #764FA2;
}
.TagClassName
{
border-color: #764FA2;
}
</style>