Shades of Studio #7445BC
Tints of Studio #7445BC
RGB
CMYK
RGB Variations
Color information
#7445BC (or 0x7445BC) is known color: Studio. HEX triplet: 74, 45 and BC. RGB value is (116,69,188). Sum of RGB (Red+Green+Blue) = 116+69+188=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #7445BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7445BC is #8BBA43. Grayscale: #606060. Windows color (decimal): -9157188 or 12338548. OLE color: 12338548.
HSL color Cylindrical-coordinate representation of color #7445BC: hue angle of 263.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7445BC is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 69 | 188 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.26 |
| HSL | 263.7º | 0.47% | 0.5% | - |
| HSV(B) | 263.7º | 0.63% | 0.74% | - |
| XYZ | 18.41 | 11.6 | 48.85 | - |
| YUV | 96.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 188 | 0.38 | 0.63 | 0 | 0.26 | 263.7 | 0.47 | 0.5 |
| Hex | 74 | 45 | BC | 26 | 3F | 0 | 1A | 108 | 2F | 32 |
| Octal | 164 | 105 | 274 | 46 | 77 | 0 | 32 | 410 | 57 | 62 |
| Binary | 1110100 | 1000101 | 10111100 | 100110 | 111111 | 0 | 11010 | 100001000 | 101111 | 110010 |
Color Harmonies of #7445BC
Complementary color
Monochromatic Colors of #7445BC
Black with #7445BC
Text Example
Text Example
White with #7445BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7445BC; }
p { color: rgb(116,69,188); }
H1.HeaderClassName
{
color: #7445BC;
}
.AnyTagClassName
{
color: #7445BC;
}
</style>
background-color css
<style>
a { background-color: #7445BC; }
a { background-color: rgb(116,69,188); }
div.DivClassName
{
background-color: #7445BC;
}
.BgClassName
{
background-color: #7445BC;
}
</style>
border-color css
<style>
span { border-color: #7445BC; }
span { border-color: rgb(116,69,188); }
td.TdClassName
{
border-color: #7445BC;
}
.TagClassName
{
border-color: #7445BC;
}
</style>