Shades of Studio #764ABE
Tints of Studio #764ABE
RGB
CMYK
RGB Variations
Color information
#764ABE (or 0x764ABE) is known color: Studio. HEX triplet: 76, 4A and BE. RGB value is (118,74,190). Sum of RGB (Red+Green+Blue) = 118+74+190=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #764ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ABE is #89B541. Grayscale: #636363. Windows color (decimal): -9024834 or 12470902. OLE color: 12470902.
HSL color Cylindrical-coordinate representation of color #764ABE: hue angle of 262.76º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #764ABE is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 74 | 190 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.25 |
| HSL | 262.76º | 0.47% | 0.52% | - |
| HSV(B) | 262.76º | 0.61% | 0.75% | - |
| XYZ | 19.21 | 12.47 | 50.11 | - |
| YUV | 100.38 | 178.58 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 190 | 0.38 | 0.61 | 0 | 0.25 | 262.76 | 0.47 | 0.52 |
| Hex | 76 | 4A | BE | 26 | 3D | 0 | 19 | 107 | 2F | 34 |
| Octal | 166 | 112 | 276 | 46 | 75 | 0 | 31 | 407 | 57 | 64 |
| Binary | 1110110 | 1001010 | 10111110 | 100110 | 111101 | 0 | 11001 | 100000111 | 101111 | 110100 |
Color Harmonies of #764ABE
Complementary color
Monochromatic Colors of #764ABE
Black with #764ABE
Text Example
Text Example
White with #764ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764ABE; }
p { color: rgb(118,74,190); }
H1.HeaderClassName
{
color: #764ABE;
}
.AnyTagClassName
{
color: #764ABE;
}
</style>
background-color css
<style>
a { background-color: #764ABE; }
a { background-color: rgb(118,74,190); }
div.DivClassName
{
background-color: #764ABE;
}
.BgClassName
{
background-color: #764ABE;
}
</style>
border-color css
<style>
span { border-color: #764ABE; }
span { border-color: rgb(118,74,190); }
td.TdClassName
{
border-color: #764ABE;
}
.TagClassName
{
border-color: #764ABE;
}
</style>