Shades of Studio #7551B3
Tints of Studio #7551B3
RGB
CMYK
RGB Variations
Color information
#7551B3 (or 0x7551B3) is known color: Studio. HEX triplet: 75, 51 and B3. RGB value is (117,81,179). Sum of RGB (Red+Green+Blue) = 117+81+179=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #7551B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551B3 is #8AAE4C. Grayscale: #666666. Windows color (decimal): -9088589 or 11751797. OLE color: 11751797.
HSL color Cylindrical-coordinate representation of color #7551B3: hue angle of 262.04º 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 #7551B3 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 81 | 179 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.30 |
| HSL | 262.04º | 0.39% | 0.51% | - |
| HSV(B) | 262.04º | 0.55% | 0.7% | - |
| XYZ | 18.42 | 12.92 | 44.17 | - |
| YUV | 102.94 | 170.93 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 179 | 0.35 | 0.55 | 0 | 0.30 | 262.04 | 0.39 | 0.51 |
| Hex | 75 | 51 | B3 | 23 | 37 | 0 | 1E | 106 | 27 | 33 |
| Octal | 165 | 121 | 263 | 43 | 67 | 0 | 36 | 406 | 47 | 63 |
| Binary | 1110101 | 1010001 | 10110011 | 100011 | 110111 | 0 | 11110 | 100000110 | 100111 | 110011 |
Color Harmonies of #7551B3
Complementary color
Monochromatic Colors of #7551B3
Black with #7551B3
Text Example
Text Example
White with #7551B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7551B3; }
p { color: rgb(117,81,179); }
H1.HeaderClassName
{
color: #7551B3;
}
.AnyTagClassName
{
color: #7551B3;
}
</style>
background-color css
<style>
a { background-color: #7551B3; }
a { background-color: rgb(117,81,179); }
div.DivClassName
{
background-color: #7551B3;
}
.BgClassName
{
background-color: #7551B3;
}
</style>
border-color css
<style>
span { border-color: #7551B3; }
span { border-color: rgb(117,81,179); }
td.TdClassName
{
border-color: #7551B3;
}
.TagClassName
{
border-color: #7551B3;
}
</style>