Shades of Studio #7550B3
Tints of Studio #7550B3
RGB
CMYK
RGB Variations
Color information
#7550B3 (or 0x7550B3) is known color: Studio. HEX triplet: 75, 50 and B3. RGB value is (117,80,179). Sum of RGB (Red+Green+Blue) = 117+80+179=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #7550B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550B3 is #8AAF4C. Grayscale: #656565. Windows color (decimal): -9088845 or 11751541. OLE color: 11751541.
HSL color Cylindrical-coordinate representation of color #7550B3: hue angle of 262.42º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7550B3 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 80 | 179 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.30 |
| HSL | 262.42º | 0.39% | 0.51% | - |
| HSV(B) | 262.42º | 0.55% | 0.7% | - |
| XYZ | 18.34 | 12.77 | 44.15 | - |
| YUV | 102.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 179 | 0.35 | 0.55 | 0 | 0.30 | 262.42 | 0.39 | 0.51 |
| Hex | 75 | 50 | B3 | 23 | 37 | 0 | 1E | 106 | 27 | 33 |
| Octal | 165 | 120 | 263 | 43 | 67 | 0 | 36 | 406 | 47 | 63 |
| Binary | 1110101 | 1010000 | 10110011 | 100011 | 110111 | 0 | 11110 | 100000110 | 100111 | 110011 |
Color Harmonies of #7550B3
Complementary color
Monochromatic Colors of #7550B3
Black with #7550B3
Text Example
Text Example
White with #7550B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550B3; }
p { color: rgb(117,80,179); }
H1.HeaderClassName
{
color: #7550B3;
}
.AnyTagClassName
{
color: #7550B3;
}
</style>
background-color css
<style>
a { background-color: #7550B3; }
a { background-color: rgb(117,80,179); }
div.DivClassName
{
background-color: #7550B3;
}
.BgClassName
{
background-color: #7550B3;
}
</style>
border-color css
<style>
span { border-color: #7550B3; }
span { border-color: rgb(117,80,179); }
td.TdClassName
{
border-color: #7550B3;
}
.TagClassName
{
border-color: #7550B3;
}
</style>