Shades of Studio #7347BB
Tints of Studio #7347BB
RGB
CMYK
RGB Variations
Color information
#7347BB (or 0x7347BB) is known color: Studio. HEX triplet: 73, 47 and BB. RGB value is (115,71,187). Sum of RGB (Red+Green+Blue) = 115+71+187=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #7347BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347BB is #8CB844. Grayscale: #606060. Windows color (decimal): -9222213 or 12273523. OLE color: 12273523.
HSL color Cylindrical-coordinate representation of color #7347BB: hue angle of 262.76º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7347BB is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 71 | 187 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.27 |
| HSL | 262.76º | 0.46% | 0.51% | - |
| HSV(B) | 262.76º | 0.62% | 0.73% | - |
| XYZ | 18.29 | 11.74 | 48.32 | - |
| YUV | 97.38 | 178.58 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 187 | 0.39 | 0.62 | 0 | 0.27 | 262.76 | 0.46 | 0.51 |
| Hex | 73 | 47 | BB | 27 | 3E | 0 | 1B | 107 | 2E | 33 |
| Octal | 163 | 107 | 273 | 47 | 76 | 0 | 33 | 407 | 56 | 63 |
| Binary | 1110011 | 1000111 | 10111011 | 100111 | 111110 | 0 | 11011 | 100000111 | 101110 | 110011 |
Color Harmonies of #7347BB
Complementary color
Monochromatic Colors of #7347BB
Black with #7347BB
Text Example
Text Example
White with #7347BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7347BB; }
p { color: rgb(115,71,187); }
H1.HeaderClassName
{
color: #7347BB;
}
.AnyTagClassName
{
color: #7347BB;
}
</style>
background-color css
<style>
a { background-color: #7347BB; }
a { background-color: rgb(115,71,187); }
div.DivClassName
{
background-color: #7347BB;
}
.BgClassName
{
background-color: #7347BB;
}
</style>
border-color css
<style>
span { border-color: #7347BB; }
span { border-color: rgb(115,71,187); }
td.TdClassName
{
border-color: #7347BB;
}
.TagClassName
{
border-color: #7347BB;
}
</style>