Shades of Studio #764BA4
Tints of Studio #764BA4
RGB
CMYK
RGB Variations
Color information
#764BA4 (or 0x764BA4) is known color: Studio. HEX triplet: 76, 4B and A4. RGB value is (118,75,164). Sum of RGB (Red+Green+Blue) = 118+75+164=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #764BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764BA4 is #89B45B. Grayscale: #616161. Windows color (decimal): -9024604 or 10767222. OLE color: 10767222.
HSL color Cylindrical-coordinate representation of color #764BA4: hue angle of 268.99º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #764BA4 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 75 | 164 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.36 |
| HSL | 268.99º | 0.37% | 0.47% | - |
| HSV(B) | 268.99º | 0.54% | 0.64% | - |
| XYZ | 16.69 | 11.56 | 36.47 | - |
| YUV | 98 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 164 | 0.28 | 0.54 | 0 | 0.36 | 268.99 | 0.37 | 0.47 |
| Hex | 76 | 4B | A4 | 1C | 36 | 0 | 24 | 10D | 25 | 2F |
| Octal | 166 | 113 | 244 | 34 | 66 | 0 | 44 | 415 | 45 | 57 |
| Binary | 1110110 | 1001011 | 10100100 | 11100 | 110110 | 0 | 100100 | 100001101 | 100101 | 101111 |
Color Harmonies of #764BA4
Complementary color
Monochromatic Colors of #764BA4
Black with #764BA4
Text Example
Text Example
White with #764BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764BA4; }
p { color: rgb(118,75,164); }
H1.HeaderClassName
{
color: #764BA4;
}
.AnyTagClassName
{
color: #764BA4;
}
</style>
background-color css
<style>
a { background-color: #764BA4; }
a { background-color: rgb(118,75,164); }
div.DivClassName
{
background-color: #764BA4;
}
.BgClassName
{
background-color: #764BA4;
}
</style>
border-color css
<style>
span { border-color: #764BA4; }
span { border-color: rgb(118,75,164); }
td.TdClassName
{
border-color: #764BA4;
}
.TagClassName
{
border-color: #764BA4;
}
</style>