Shades of Studio #764BBC
Tints of Studio #764BBC
RGB
CMYK
RGB Variations
Color information
#764BBC (or 0x764BBC) is known color: Studio. HEX triplet: 76, 4B and BC. RGB value is (118,75,188). Sum of RGB (Red+Green+Blue) = 118+75+188=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #764BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BBC is #89B443. Grayscale: #646464. Windows color (decimal): -9024580 or 12340086. OLE color: 12340086.
HSL color Cylindrical-coordinate representation of color #764BBC: hue angle of 262.83º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #764BBC is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 75 | 188 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.26 |
| HSL | 262.83º | 0.46% | 0.52% | - |
| HSV(B) | 262.83º | 0.6% | 0.74% | - |
| XYZ | 19.06 | 12.51 | 48.99 | - |
| YUV | 100.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 188 | 0.37 | 0.60 | 0 | 0.26 | 262.83 | 0.46 | 0.52 |
| Hex | 76 | 4B | BC | 25 | 3C | 0 | 1A | 107 | 2E | 34 |
| Octal | 166 | 113 | 274 | 45 | 74 | 0 | 32 | 407 | 56 | 64 |
| Binary | 1110110 | 1001011 | 10111100 | 100101 | 111100 | 0 | 11010 | 100000111 | 101110 | 110100 |
Color Harmonies of #764BBC
Complementary color
Monochromatic Colors of #764BBC
Black with #764BBC
Text Example
Text Example
White with #764BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764BBC; }
p { color: rgb(118,75,188); }
H1.HeaderClassName
{
color: #764BBC;
}
.AnyTagClassName
{
color: #764BBC;
}
</style>
background-color css
<style>
a { background-color: #764BBC; }
a { background-color: rgb(118,75,188); }
div.DivClassName
{
background-color: #764BBC;
}
.BgClassName
{
background-color: #764BBC;
}
</style>
border-color css
<style>
span { border-color: #764BBC; }
span { border-color: rgb(118,75,188); }
td.TdClassName
{
border-color: #764BBC;
}
.TagClassName
{
border-color: #764BBC;
}
</style>