Shades of Studio #764BAB
Tints of Studio #764BAB
RGB
CMYK
RGB Variations
Color information
#764BAB (or 0x764BAB) is known color: Studio. HEX triplet: 76, 4B and AB. RGB value is (118,75,171). Sum of RGB (Red+Green+Blue) = 118+75+171=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #764BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764BAB is #89B454. Grayscale: #626262. Windows color (decimal): -9024597 or 11225974. OLE color: 11225974.
HSL color Cylindrical-coordinate representation of color #764BAB: hue angle of 266.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764BAB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 75 | 171 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.33 |
| HSL | 266.88º | 0.39% | 0.48% | - |
| HSV(B) | 266.88º | 0.56% | 0.67% | - |
| XYZ | 17.34 | 11.82 | 39.9 | - |
| YUV | 98.8 | 168.75 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 171 | 0.31 | 0.56 | 0 | 0.33 | 266.88 | 0.39 | 0.48 |
| Hex | 76 | 4B | AB | 1F | 38 | 0 | 21 | 10B | 27 | 30 |
| Octal | 166 | 113 | 253 | 37 | 70 | 0 | 41 | 413 | 47 | 60 |
| Binary | 1110110 | 1001011 | 10101011 | 11111 | 111000 | 0 | 100001 | 100001011 | 100111 | 110000 |
Color Harmonies of #764BAB
Complementary color
Monochromatic Colors of #764BAB
Black with #764BAB
Text Example
Text Example
White with #764BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764BAB; }
p { color: rgb(118,75,171); }
H1.HeaderClassName
{
color: #764BAB;
}
.AnyTagClassName
{
color: #764BAB;
}
</style>
background-color css
<style>
a { background-color: #764BAB; }
a { background-color: rgb(118,75,171); }
div.DivClassName
{
background-color: #764BAB;
}
.BgClassName
{
background-color: #764BAB;
}
</style>
border-color css
<style>
span { border-color: #764BAB; }
span { border-color: rgb(118,75,171); }
td.TdClassName
{
border-color: #764BAB;
}
.TagClassName
{
border-color: #764BAB;
}
</style>