Shades of Studio #7445BA
Tints of Studio #7445BA
RGB
CMYK
RGB Variations
Color information
#7445BA (or 0x7445BA) is known color: Studio. HEX triplet: 74, 45 and BA. RGB value is (116,69,186). Sum of RGB (Red+Green+Blue) = 116+69+186=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #7445BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7445BA is #8BBA45. Grayscale: #5F5F5F. Windows color (decimal): -9157190 or 12207476. OLE color: 12207476.
HSL color Cylindrical-coordinate representation of color #7445BA: hue angle of 264.1º 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 #7445BA is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 69 | 186 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.27 |
| HSL | 264.1º | 0.46% | 0.5% | - |
| HSV(B) | 264.1º | 0.63% | 0.73% | - |
| XYZ | 18.19 | 11.51 | 47.72 | - |
| YUV | 96.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 186 | 0.38 | 0.63 | 0 | 0.27 | 264.1 | 0.46 | 0.5 |
| Hex | 74 | 45 | BA | 26 | 3F | 0 | 1B | 108 | 2E | 32 |
| Octal | 164 | 105 | 272 | 46 | 77 | 0 | 33 | 410 | 56 | 62 |
| Binary | 1110100 | 1000101 | 10111010 | 100110 | 111111 | 0 | 11011 | 100001000 | 101110 | 110010 |
Color Harmonies of #7445BA
Complementary color
Monochromatic Colors of #7445BA
Black with #7445BA
Text Example
Text Example
White with #7445BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7445BA; }
p { color: rgb(116,69,186); }
H1.HeaderClassName
{
color: #7445BA;
}
.AnyTagClassName
{
color: #7445BA;
}
</style>
background-color css
<style>
a { background-color: #7445BA; }
a { background-color: rgb(116,69,186); }
div.DivClassName
{
background-color: #7445BA;
}
.BgClassName
{
background-color: #7445BA;
}
</style>
border-color css
<style>
span { border-color: #7445BA; }
span { border-color: rgb(116,69,186); }
td.TdClassName
{
border-color: #7445BA;
}
.TagClassName
{
border-color: #7445BA;
}
</style>