Shades of Studio #764BA7
Tints of Studio #764BA7
RGB
CMYK
RGB Variations
Color information
#764BA7 (or 0x764BA7) is known color: Studio. HEX triplet: 76, 4B and A7. RGB value is (118,75,167). Sum of RGB (Red+Green+Blue) = 118+75+167=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 167 - color contains mainly: blue. Hex color #764BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764BA7 is #89B458. Grayscale: #626262. Windows color (decimal): -9024601 or 10963830. OLE color: 10963830.
HSL color Cylindrical-coordinate representation of color #764BA7: hue angle of 268.04º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764BA7 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 75 | 167 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.35 |
| HSL | 268.04º | 0.38% | 0.47% | - |
| HSV(B) | 268.04º | 0.55% | 0.65% | - |
| XYZ | 16.96 | 11.67 | 37.92 | - |
| YUV | 98.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 167 | 0.29 | 0.55 | 0 | 0.35 | 268.04 | 0.38 | 0.47 |
| Hex | 76 | 4B | A7 | 1D | 37 | 0 | 23 | 10C | 26 | 2F |
| Octal | 166 | 113 | 247 | 35 | 67 | 0 | 43 | 414 | 46 | 57 |
| Binary | 1110110 | 1001011 | 10100111 | 11101 | 110111 | 0 | 100011 | 100001100 | 100110 | 101111 |
Color Harmonies of #764BA7
Complementary color
Monochromatic Colors of #764BA7
Black with #764BA7
Text Example
Text Example
White with #764BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764BA7; }
p { color: rgb(118,75,167); }
H1.HeaderClassName
{
color: #764BA7;
}
.AnyTagClassName
{
color: #764BA7;
}
</style>
background-color css
<style>
a { background-color: #764BA7; }
a { background-color: rgb(118,75,167); }
div.DivClassName
{
background-color: #764BA7;
}
.BgClassName
{
background-color: #764BA7;
}
</style>
border-color css
<style>
span { border-color: #764BA7; }
span { border-color: rgb(118,75,167); }
td.TdClassName
{
border-color: #764BA7;
}
.TagClassName
{
border-color: #764BA7;
}
</style>