Shades of Studio #764DA1
Tints of Studio #764DA1
RGB
CMYK
RGB Variations
Color information
#764DA1 (or 0x764DA1) is known color: Studio. HEX triplet: 76, 4D and A1. RGB value is (118,77,161). Sum of RGB (Red+Green+Blue) = 118+77+161=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #764DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764DA1 is #89B25E. Grayscale: #626262. Windows color (decimal): -9024095 or 10571126. OLE color: 10571126.
HSL color Cylindrical-coordinate representation of color #764DA1: hue angle of 269.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764DA1 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 77 | 161 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.37 |
| HSL | 269.29º | 0.35% | 0.47% | - |
| HSV(B) | 269.29º | 0.52% | 0.63% | - |
| XYZ | 16.56 | 11.73 | 35.11 | - |
| YUV | 98.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 161 | 0.27 | 0.52 | 0 | 0.37 | 269.29 | 0.35 | 0.47 |
| Hex | 76 | 4D | A1 | 1B | 34 | 0 | 25 | 10D | 23 | 2F |
| Octal | 166 | 115 | 241 | 33 | 64 | 0 | 45 | 415 | 43 | 57 |
| Binary | 1110110 | 1001101 | 10100001 | 11011 | 110100 | 0 | 100101 | 100001101 | 100011 | 101111 |
Color Harmonies of #764DA1
Complementary color
Monochromatic Colors of #764DA1
Black with #764DA1
Text Example
Text Example
White with #764DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DA1; }
p { color: rgb(118,77,161); }
H1.HeaderClassName
{
color: #764DA1;
}
.AnyTagClassName
{
color: #764DA1;
}
</style>
background-color css
<style>
a { background-color: #764DA1; }
a { background-color: rgb(118,77,161); }
div.DivClassName
{
background-color: #764DA1;
}
.BgClassName
{
background-color: #764DA1;
}
</style>
border-color css
<style>
span { border-color: #764DA1; }
span { border-color: rgb(118,77,161); }
td.TdClassName
{
border-color: #764DA1;
}
.TagClassName
{
border-color: #764DA1;
}
</style>