Shades of Studio #7448BD
Tints of Studio #7448BD
RGB
CMYK
RGB Variations
Color information
#7448BD (or 0x7448BD) is known color: Studio. HEX triplet: 74, 48 and BD. RGB value is (116,72,189). Sum of RGB (Red+Green+Blue) = 116+72+189=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #7448BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448BD is #8BB742. Grayscale: #626262. Windows color (decimal): -9156419 or 12404852. OLE color: 12404852.
HSL color Cylindrical-coordinate representation of color #7448BD: hue angle of 262.56º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7448BD is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 72 | 189 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.26 |
| HSL | 262.56º | 0.47% | 0.51% | - |
| HSV(B) | 262.56º | 0.62% | 0.74% | - |
| XYZ | 18.71 | 12.02 | 49.48 | - |
| YUV | 98.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 189 | 0.39 | 0.62 | 0 | 0.26 | 262.56 | 0.47 | 0.51 |
| Hex | 74 | 48 | BD | 27 | 3E | 0 | 1A | 107 | 2F | 33 |
| Octal | 164 | 110 | 275 | 47 | 76 | 0 | 32 | 407 | 57 | 63 |
| Binary | 1110100 | 1001000 | 10111101 | 100111 | 111110 | 0 | 11010 | 100000111 | 101111 | 110011 |
Color Harmonies of #7448BD
Complementary color
Monochromatic Colors of #7448BD
Black with #7448BD
Text Example
Text Example
White with #7448BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448BD; }
p { color: rgb(116,72,189); }
H1.HeaderClassName
{
color: #7448BD;
}
.AnyTagClassName
{
color: #7448BD;
}
</style>
background-color css
<style>
a { background-color: #7448BD; }
a { background-color: rgb(116,72,189); }
div.DivClassName
{
background-color: #7448BD;
}
.BgClassName
{
background-color: #7448BD;
}
</style>
border-color css
<style>
span { border-color: #7448BD; }
span { border-color: rgb(116,72,189); }
td.TdClassName
{
border-color: #7448BD;
}
.TagClassName
{
border-color: #7448BD;
}
</style>