Shades of Studio #764BAD
Tints of Studio #764BAD
RGB
CMYK
RGB Variations
Color information
#764BAD (or 0x764BAD) is known color: Studio. HEX triplet: 76, 4B and AD. RGB value is (118,75,173). Sum of RGB (Red+Green+Blue) = 118+75+173=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #764BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764BAD is #89B452. Grayscale: #626262. Windows color (decimal): -9024595 or 11357046. OLE color: 11357046.
HSL color Cylindrical-coordinate representation of color #764BAD: hue angle of 266.33º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #764BAD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 75 | 173 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.32 |
| HSL | 266.33º | 0.4% | 0.49% | - |
| HSV(B) | 266.33º | 0.57% | 0.68% | - |
| XYZ | 17.53 | 11.9 | 40.91 | - |
| YUV | 99.03 | 169.75 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 173 | 0.32 | 0.57 | 0 | 0.32 | 266.33 | 0.4 | 0.49 |
| Hex | 76 | 4B | AD | 20 | 39 | 0 | 20 | 10A | 28 | 31 |
| Octal | 166 | 113 | 255 | 40 | 71 | 0 | 40 | 412 | 50 | 61 |
| Binary | 1110110 | 1001011 | 10101101 | 100000 | 111001 | 0 | 100000 | 100001010 | 101000 | 110001 |
Color Harmonies of #764BAD
Complementary color
Monochromatic Colors of #764BAD
Black with #764BAD
Text Example
Text Example
White with #764BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764BAD; }
p { color: rgb(118,75,173); }
H1.HeaderClassName
{
color: #764BAD;
}
.AnyTagClassName
{
color: #764BAD;
}
</style>
background-color css
<style>
a { background-color: #764BAD; }
a { background-color: rgb(118,75,173); }
div.DivClassName
{
background-color: #764BAD;
}
.BgClassName
{
background-color: #764BAD;
}
</style>
border-color css
<style>
span { border-color: #764BAD; }
span { border-color: rgb(118,75,173); }
td.TdClassName
{
border-color: #764BAD;
}
.TagClassName
{
border-color: #764BAD;
}
</style>