Shades of Studio #764CAB
Tints of Studio #764CAB
RGB
CMYK
RGB Variations
Color information
#764CAB (or 0x764CAB) is known color: Studio. HEX triplet: 76, 4C and AB. RGB value is (118,76,171). Sum of RGB (Red+Green+Blue) = 118+76+171=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #764CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764CAB is #89B354. Grayscale: #636363. Windows color (decimal): -9024341 or 11226230. OLE color: 11226230.
HSL color Cylindrical-coordinate representation of color #764CAB: hue angle of 266.53º degrees, saturation: 0.38, 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 #764CAB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 76 | 171 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.33 |
| HSL | 266.53º | 0.38% | 0.48% | - |
| HSV(B) | 266.53º | 0.56% | 0.67% | - |
| XYZ | 17.41 | 11.96 | 39.92 | - |
| YUV | 99.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 171 | 0.31 | 0.56 | 0 | 0.33 | 266.53 | 0.38 | 0.48 |
| Hex | 76 | 4C | AB | 1F | 38 | 0 | 21 | 10B | 26 | 30 |
| Octal | 166 | 114 | 253 | 37 | 70 | 0 | 41 | 413 | 46 | 60 |
| Binary | 1110110 | 1001100 | 10101011 | 11111 | 111000 | 0 | 100001 | 100001011 | 100110 | 110000 |
Color Harmonies of #764CAB
Complementary color
Monochromatic Colors of #764CAB
Black with #764CAB
Text Example
Text Example
White with #764CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764CAB; }
p { color: rgb(118,76,171); }
H1.HeaderClassName
{
color: #764CAB;
}
.AnyTagClassName
{
color: #764CAB;
}
</style>
background-color css
<style>
a { background-color: #764CAB; }
a { background-color: rgb(118,76,171); }
div.DivClassName
{
background-color: #764CAB;
}
.BgClassName
{
background-color: #764CAB;
}
</style>
border-color css
<style>
span { border-color: #764CAB; }
span { border-color: rgb(118,76,171); }
td.TdClassName
{
border-color: #764CAB;
}
.TagClassName
{
border-color: #764CAB;
}
</style>