Shades of Studio #7745BB
Tints of Studio #7745BB
RGB
CMYK
RGB Variations
Color information
#7745BB (or 0x7745BB) is known color: Studio. HEX triplet: 77, 45 and BB. RGB value is (119,69,187). Sum of RGB (Red+Green+Blue) = 119+69+187=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #7745BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7745BB is #88BA44. Grayscale: #606060. Windows color (decimal): -8960581 or 12273015. OLE color: 12273015.
HSL color Cylindrical-coordinate representation of color #7745BB: hue angle of 265.42º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7745BB is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 69 | 187 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.27 |
| HSL | 265.42º | 0.46% | 0.5% | - |
| HSV(B) | 265.42º | 0.63% | 0.73% | - |
| XYZ | 18.71 | 11.77 | 48.3 | - |
| YUV | 97.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 69 | 187 | 0.36 | 0.63 | 0 | 0.27 | 265.42 | 0.46 | 0.5 |
| Hex | 77 | 45 | BB | 24 | 3F | 0 | 1B | 109 | 2E | 32 |
| Octal | 167 | 105 | 273 | 44 | 77 | 0 | 33 | 411 | 56 | 62 |
| Binary | 1110111 | 1000101 | 10111011 | 100100 | 111111 | 0 | 11011 | 100001001 | 101110 | 110010 |
Color Harmonies of #7745BB
Complementary color
Monochromatic Colors of #7745BB
Black with #7745BB
Text Example
Text Example
White with #7745BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7745BB; }
p { color: rgb(119,69,187); }
H1.HeaderClassName
{
color: #7745BB;
}
.AnyTagClassName
{
color: #7745BB;
}
</style>
background-color css
<style>
a { background-color: #7745BB; }
a { background-color: rgb(119,69,187); }
div.DivClassName
{
background-color: #7745BB;
}
.BgClassName
{
background-color: #7745BB;
}
</style>
border-color css
<style>
span { border-color: #7745BB; }
span { border-color: rgb(119,69,187); }
td.TdClassName
{
border-color: #7745BB;
}
.TagClassName
{
border-color: #7745BB;
}
</style>