Shades of Studio #764DA0
Tints of Studio #764DA0
RGB
CMYK
RGB Variations
Color information
#764DA0 (or 0x764DA0) is known color: Studio. HEX triplet: 76, 4D and A0. RGB value is (118,77,160). Sum of RGB (Red+Green+Blue) = 118+77+160=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #764DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DA0 is #89B25F. Grayscale: #626262. Windows color (decimal): -9024096 or 10505590. OLE color: 10505590.
HSL color Cylindrical-coordinate representation of color #764DA0: hue angle of 269.64º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764DA0 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 77 | 160 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.37 |
| HSL | 269.64º | 0.35% | 0.46% | - |
| HSV(B) | 269.64º | 0.52% | 0.63% | - |
| XYZ | 16.47 | 11.7 | 34.65 | - |
| YUV | 98.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 160 | 0.26 | 0.52 | 0 | 0.37 | 269.64 | 0.35 | 0.46 |
| Hex | 76 | 4D | A0 | 1A | 34 | 0 | 25 | 10E | 23 | 2E |
| Octal | 166 | 115 | 240 | 32 | 64 | 0 | 45 | 416 | 43 | 56 |
| Binary | 1110110 | 1001101 | 10100000 | 11010 | 110100 | 0 | 100101 | 100001110 | 100011 | 101110 |
Color Harmonies of #764DA0
Complementary color
Monochromatic Colors of #764DA0
Black with #764DA0
Text Example
Text Example
White with #764DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DA0; }
p { color: rgb(118,77,160); }
H1.HeaderClassName
{
color: #764DA0;
}
.AnyTagClassName
{
color: #764DA0;
}
</style>
background-color css
<style>
a { background-color: #764DA0; }
a { background-color: rgb(118,77,160); }
div.DivClassName
{
background-color: #764DA0;
}
.BgClassName
{
background-color: #764DA0;
}
</style>
border-color css
<style>
span { border-color: #764DA0; }
span { border-color: rgb(118,77,160); }
td.TdClassName
{
border-color: #764DA0;
}
.TagClassName
{
border-color: #764DA0;
}
</style>