Shades of Studio #764DBA
Tints of Studio #764DBA
RGB
CMYK
RGB Variations
Color information
#764DBA (or 0x764DBA) is known color: Studio. HEX triplet: 76, 4D and BA. RGB value is (118,77,186). Sum of RGB (Red+Green+Blue) = 118+77+186=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #764DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DBA is #89B245. Grayscale: #656565. Windows color (decimal): -9024070 or 12209526. OLE color: 12209526.
HSL color Cylindrical-coordinate representation of color #764DBA: hue angle of 262.57º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764DBA is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 77 | 186 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.27 |
| HSL | 262.57º | 0.44% | 0.52% | - |
| HSV(B) | 262.57º | 0.59% | 0.73% | - |
| XYZ | 18.99 | 12.7 | 47.91 | - |
| YUV | 101.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 186 | 0.37 | 0.59 | 0 | 0.27 | 262.57 | 0.44 | 0.52 |
| Hex | 76 | 4D | BA | 25 | 3B | 0 | 1B | 107 | 2C | 34 |
| Octal | 166 | 115 | 272 | 45 | 73 | 0 | 33 | 407 | 54 | 64 |
| Binary | 1110110 | 1001101 | 10111010 | 100101 | 111011 | 0 | 11011 | 100000111 | 101100 | 110100 |
Color Harmonies of #764DBA
Complementary color
Monochromatic Colors of #764DBA
Black with #764DBA
Text Example
Text Example
White with #764DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764DBA; }
p { color: rgb(118,77,186); }
H1.HeaderClassName
{
color: #764DBA;
}
.AnyTagClassName
{
color: #764DBA;
}
</style>
background-color css
<style>
a { background-color: #764DBA; }
a { background-color: rgb(118,77,186); }
div.DivClassName
{
background-color: #764DBA;
}
.BgClassName
{
background-color: #764DBA;
}
</style>
border-color css
<style>
span { border-color: #764DBA; }
span { border-color: rgb(118,77,186); }
td.TdClassName
{
border-color: #764DBA;
}
.TagClassName
{
border-color: #764DBA;
}
</style>