Shades of Studio #764FAC
Tints of Studio #764FAC
RGB
CMYK
RGB Variations
Color information
#764FAC (or 0x764FAC) is known color: Studio. HEX triplet: 76, 4F and AC. RGB value is (118,79,172). Sum of RGB (Red+Green+Blue) = 118+79+172=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #764FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764FAC is #89B053. Grayscale: #646464. Windows color (decimal): -9023572 or 11292534. OLE color: 11292534.
HSL color Cylindrical-coordinate representation of color #764FAC: hue angle of 265.16º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #764FAC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 79 | 172 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.33 |
| HSL | 265.16º | 0.37% | 0.49% | - |
| HSV(B) | 265.16º | 0.54% | 0.67% | - |
| XYZ | 17.71 | 12.42 | 40.49 | - |
| YUV | 101.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 172 | 0.31 | 0.54 | 0 | 0.33 | 265.16 | 0.37 | 0.49 |
| Hex | 76 | 4F | AC | 1F | 36 | 0 | 21 | 109 | 25 | 31 |
| Octal | 166 | 117 | 254 | 37 | 66 | 0 | 41 | 411 | 45 | 61 |
| Binary | 1110110 | 1001111 | 10101100 | 11111 | 110110 | 0 | 100001 | 100001001 | 100101 | 110001 |
Color Harmonies of #764FAC
Complementary color
Monochromatic Colors of #764FAC
Black with #764FAC
Text Example
Text Example
White with #764FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FAC; }
p { color: rgb(118,79,172); }
H1.HeaderClassName
{
color: #764FAC;
}
.AnyTagClassName
{
color: #764FAC;
}
</style>
background-color css
<style>
a { background-color: #764FAC; }
a { background-color: rgb(118,79,172); }
div.DivClassName
{
background-color: #764FAC;
}
.BgClassName
{
background-color: #764FAC;
}
</style>
border-color css
<style>
span { border-color: #764FAC; }
span { border-color: rgb(118,79,172); }
td.TdClassName
{
border-color: #764FAC;
}
.TagClassName
{
border-color: #764FAC;
}
</style>