Shades of Studio #7345BB
Tints of Studio #7345BB
RGB
CMYK
RGB Variations
Color information
#7345BB (or 0x7345BB) is known color: Studio. HEX triplet: 73, 45 and BB. RGB value is (115,69,187). Sum of RGB (Red+Green+Blue) = 115+69+187=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #7345BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7345BB is #8CBA44. Grayscale: #5F5F5F. Windows color (decimal): -9222725 or 12273011. OLE color: 12273011.
HSL color Cylindrical-coordinate representation of color #7345BB: hue angle of 263.39º 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 #7345BB is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 69 | 187 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.27 |
| HSL | 263.39º | 0.46% | 0.5% | - |
| HSV(B) | 263.39º | 0.63% | 0.73% | - |
| XYZ | 18.17 | 11.49 | 48.27 | - |
| YUV | 96.21 | 179.24 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 187 | 0.39 | 0.63 | 0 | 0.27 | 263.39 | 0.46 | 0.5 |
| Hex | 73 | 45 | BB | 27 | 3F | 0 | 1B | 107 | 2E | 32 |
| Octal | 163 | 105 | 273 | 47 | 77 | 0 | 33 | 407 | 56 | 62 |
| Binary | 1110011 | 1000101 | 10111011 | 100111 | 111111 | 0 | 11011 | 100000111 | 101110 | 110010 |
Color Harmonies of #7345BB
Complementary color
Monochromatic Colors of #7345BB
Black with #7345BB
Text Example
Text Example
White with #7345BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7345BB; }
p { color: rgb(115,69,187); }
H1.HeaderClassName
{
color: #7345BB;
}
.AnyTagClassName
{
color: #7345BB;
}
</style>
background-color css
<style>
a { background-color: #7345BB; }
a { background-color: rgb(115,69,187); }
div.DivClassName
{
background-color: #7345BB;
}
.BgClassName
{
background-color: #7345BB;
}
</style>
border-color css
<style>
span { border-color: #7345BB; }
span { border-color: rgb(115,69,187); }
td.TdClassName
{
border-color: #7345BB;
}
.TagClassName
{
border-color: #7345BB;
}
</style>