Shades of Studio #7450B4
Tints of Studio #7450B4
RGB
CMYK
RGB Variations
Color information
#7450B4 (or 0x7450B4) is known color: Studio. HEX triplet: 74, 50 and B4. RGB value is (116,80,180). Sum of RGB (Red+Green+Blue) = 116+80+180=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #7450B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7450B4 is #8BAF4B. Grayscale: #656565. Windows color (decimal): -9154380 or 11817076. OLE color: 11817076.
HSL color Cylindrical-coordinate representation of color #7450B4: hue angle of 261.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7450B4 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 80 | 180 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.29 |
| HSL | 261.6º | 0.4% | 0.51% | - |
| HSV(B) | 261.6º | 0.56% | 0.71% | - |
| XYZ | 18.31 | 12.75 | 44.68 | - |
| YUV | 102.16 | 171.93 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 180 | 0.36 | 0.56 | 0 | 0.29 | 261.6 | 0.4 | 0.51 |
| Hex | 74 | 50 | B4 | 24 | 38 | 0 | 1D | 106 | 28 | 33 |
| Octal | 164 | 120 | 264 | 44 | 70 | 0 | 35 | 406 | 50 | 63 |
| Binary | 1110100 | 1010000 | 10110100 | 100100 | 111000 | 0 | 11101 | 100000110 | 101000 | 110011 |
Color Harmonies of #7450B4
Complementary color
Monochromatic Colors of #7450B4
Black with #7450B4
Text Example
Text Example
White with #7450B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7450B4; }
p { color: rgb(116,80,180); }
H1.HeaderClassName
{
color: #7450B4;
}
.AnyTagClassName
{
color: #7450B4;
}
</style>
background-color css
<style>
a { background-color: #7450B4; }
a { background-color: rgb(116,80,180); }
div.DivClassName
{
background-color: #7450B4;
}
.BgClassName
{
background-color: #7450B4;
}
</style>
border-color css
<style>
span { border-color: #7450B4; }
span { border-color: rgb(116,80,180); }
td.TdClassName
{
border-color: #7450B4;
}
.TagClassName
{
border-color: #7450B4;
}
</style>