Shades of Studio #764BBB
Tints of Studio #764BBB
RGB
CMYK
RGB Variations
Color information
#764BBB (or 0x764BBB) is known color: Studio. HEX triplet: 76, 4B and BB. RGB value is (118,75,187). Sum of RGB (Red+Green+Blue) = 118+75+187=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #764BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BBB is #89B444. Grayscale: #646464. Windows color (decimal): -9024581 or 12274550. OLE color: 12274550.
HSL color Cylindrical-coordinate representation of color #764BBB: hue angle of 263.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #764BBB is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 75 | 187 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.27 |
| HSL | 263.04º | 0.45% | 0.51% | - |
| HSV(B) | 263.04º | 0.6% | 0.73% | - |
| XYZ | 18.96 | 12.47 | 48.42 | - |
| YUV | 100.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 187 | 0.37 | 0.60 | 0 | 0.27 | 263.04 | 0.45 | 0.51 |
| Hex | 76 | 4B | BB | 25 | 3C | 0 | 1B | 107 | 2D | 33 |
| Octal | 166 | 113 | 273 | 45 | 74 | 0 | 33 | 407 | 55 | 63 |
| Binary | 1110110 | 1001011 | 10111011 | 100101 | 111100 | 0 | 11011 | 100000111 | 101101 | 110011 |
Color Harmonies of #764BBB
Complementary color
Monochromatic Colors of #764BBB
Black with #764BBB
Text Example
Text Example
White with #764BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764BBB; }
p { color: rgb(118,75,187); }
H1.HeaderClassName
{
color: #764BBB;
}
.AnyTagClassName
{
color: #764BBB;
}
</style>
background-color css
<style>
a { background-color: #764BBB; }
a { background-color: rgb(118,75,187); }
div.DivClassName
{
background-color: #764BBB;
}
.BgClassName
{
background-color: #764BBB;
}
</style>
border-color css
<style>
span { border-color: #764BBB; }
span { border-color: rgb(118,75,187); }
td.TdClassName
{
border-color: #764BBB;
}
.TagClassName
{
border-color: #764BBB;
}
</style>