Shades of Studio #7450B1
Tints of Studio #7450B1
RGB
CMYK
RGB Variations
Color information
#7450B1 (or 0x7450B1) is known color: Studio. HEX triplet: 74, 50 and B1. RGB value is (116,80,177). Sum of RGB (Red+Green+Blue) = 116+80+177=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #7450B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7450B1 is #8BAF4E. Grayscale: #656565. Windows color (decimal): -9154383 or 11620468. OLE color: 11620468.
HSL color Cylindrical-coordinate representation of color #7450B1: hue angle of 262.27º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7450B1 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 80 | 177 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.31 |
| HSL | 262.27º | 0.38% | 0.5% | - |
| HSV(B) | 262.27º | 0.55% | 0.69% | - |
| XYZ | 18.01 | 12.62 | 43.08 | - |
| YUV | 101.82 | 170.43 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 177 | 0.34 | 0.55 | 0 | 0.31 | 262.27 | 0.38 | 0.5 |
| Hex | 74 | 50 | B1 | 22 | 37 | 0 | 1F | 106 | 26 | 32 |
| Octal | 164 | 120 | 261 | 42 | 67 | 0 | 37 | 406 | 46 | 62 |
| Binary | 1110100 | 1010000 | 10110001 | 100010 | 110111 | 0 | 11111 | 100000110 | 100110 | 110010 |
Color Harmonies of #7450B1
Complementary color
Monochromatic Colors of #7450B1
Black with #7450B1
Text Example
Text Example
White with #7450B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7450B1; }
p { color: rgb(116,80,177); }
H1.HeaderClassName
{
color: #7450B1;
}
.AnyTagClassName
{
color: #7450B1;
}
</style>
background-color css
<style>
a { background-color: #7450B1; }
a { background-color: rgb(116,80,177); }
div.DivClassName
{
background-color: #7450B1;
}
.BgClassName
{
background-color: #7450B1;
}
</style>
border-color css
<style>
span { border-color: #7450B1; }
span { border-color: rgb(116,80,177); }
td.TdClassName
{
border-color: #7450B1;
}
.TagClassName
{
border-color: #7450B1;
}
</style>