Shades of Studio #764FA3
Tints of Studio #764FA3
RGB
CMYK
RGB Variations
Color information
#764FA3 (or 0x764FA3) is known color: Studio. HEX triplet: 76, 4F and A3. RGB value is (118,79,163). Sum of RGB (Red+Green+Blue) = 118+79+163=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #764FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764FA3 is #89B05C. Grayscale: #636363. Windows color (decimal): -9023581 or 10702710. OLE color: 10702710.
HSL color Cylindrical-coordinate representation of color #764FA3: hue angle of 267.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764FA3 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 79 | 163 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.36 |
| HSL | 267.86º | 0.35% | 0.47% | - |
| HSV(B) | 267.86º | 0.52% | 0.64% | - |
| XYZ | 16.88 | 12.09 | 36.09 | - |
| YUV | 100.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 163 | 0.28 | 0.52 | 0 | 0.36 | 267.86 | 0.35 | 0.47 |
| Hex | 76 | 4F | A3 | 1C | 34 | 0 | 24 | 10C | 23 | 2F |
| Octal | 166 | 117 | 243 | 34 | 64 | 0 | 44 | 414 | 43 | 57 |
| Binary | 1110110 | 1001111 | 10100011 | 11100 | 110100 | 0 | 100100 | 100001100 | 100011 | 101111 |
Color Harmonies of #764FA3
Complementary color
Monochromatic Colors of #764FA3
Black with #764FA3
Text Example
Text Example
White with #764FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FA3; }
p { color: rgb(118,79,163); }
H1.HeaderClassName
{
color: #764FA3;
}
.AnyTagClassName
{
color: #764FA3;
}
</style>
background-color css
<style>
a { background-color: #764FA3; }
a { background-color: rgb(118,79,163); }
div.DivClassName
{
background-color: #764FA3;
}
.BgClassName
{
background-color: #764FA3;
}
</style>
border-color css
<style>
span { border-color: #764FA3; }
span { border-color: rgb(118,79,163); }
td.TdClassName
{
border-color: #764FA3;
}
.TagClassName
{
border-color: #764FA3;
}
</style>