Shades of Studio #764DA4
Tints of Studio #764DA4
RGB
CMYK
RGB Variations
Color information
#764DA4 (or 0x764DA4) is known color: Studio. HEX triplet: 76, 4D and A4. RGB value is (118,77,164). Sum of RGB (Red+Green+Blue) = 118+77+164=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #764DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DA4 is #89B25B. Grayscale: #626262. Windows color (decimal): -9024092 or 10767734. OLE color: 10767734.
HSL color Cylindrical-coordinate representation of color #764DA4: hue angle of 268.28º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764DA4 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 77 | 164 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.36 |
| HSL | 268.28º | 0.36% | 0.47% | - |
| HSV(B) | 268.28º | 0.53% | 0.64% | - |
| XYZ | 16.83 | 11.84 | 36.52 | - |
| YUV | 99.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 164 | 0.28 | 0.53 | 0 | 0.36 | 268.28 | 0.36 | 0.47 |
| Hex | 76 | 4D | A4 | 1C | 35 | 0 | 24 | 10C | 24 | 2F |
| Octal | 166 | 115 | 244 | 34 | 65 | 0 | 44 | 414 | 44 | 57 |
| Binary | 1110110 | 1001101 | 10100100 | 11100 | 110101 | 0 | 100100 | 100001100 | 100100 | 101111 |
Color Harmonies of #764DA4
Complementary color
Monochromatic Colors of #764DA4
Black with #764DA4
Text Example
Text Example
White with #764DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DA4; }
p { color: rgb(118,77,164); }
H1.HeaderClassName
{
color: #764DA4;
}
.AnyTagClassName
{
color: #764DA4;
}
</style>
background-color css
<style>
a { background-color: #764DA4; }
a { background-color: rgb(118,77,164); }
div.DivClassName
{
background-color: #764DA4;
}
.BgClassName
{
background-color: #764DA4;
}
</style>
border-color css
<style>
span { border-color: #764DA4; }
span { border-color: rgb(118,77,164); }
td.TdClassName
{
border-color: #764DA4;
}
.TagClassName
{
border-color: #764DA4;
}
</style>