Shades of Studio #7652B3
Tints of Studio #7652B3
RGB
CMYK
RGB Variations
Color information
#7652B3 (or 0x7652B3) is known color: Studio. HEX triplet: 76, 52 and B3. RGB value is (118,82,179). Sum of RGB (Red+Green+Blue) = 118+82+179=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #7652B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7652B3 is #89AD4C. Grayscale: #676767. Windows color (decimal): -9022797 or 11752054. OLE color: 11752054.
HSL color Cylindrical-coordinate representation of color #7652B3: hue angle of 262.27º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7652B3 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 82 | 179 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.30 |
| HSL | 262.27º | 0.39% | 0.51% | - |
| HSV(B) | 262.27º | 0.54% | 0.7% | - |
| XYZ | 18.63 | 13.14 | 44.2 | - |
| YUV | 103.82 | 170.43 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 179 | 0.34 | 0.54 | 0 | 0.30 | 262.27 | 0.39 | 0.51 |
| Hex | 76 | 52 | B3 | 22 | 36 | 0 | 1E | 106 | 27 | 33 |
| Octal | 166 | 122 | 263 | 42 | 66 | 0 | 36 | 406 | 47 | 63 |
| Binary | 1110110 | 1010010 | 10110011 | 100010 | 110110 | 0 | 11110 | 100000110 | 100111 | 110011 |
Color Harmonies of #7652B3
Complementary color
Monochromatic Colors of #7652B3
Black with #7652B3
Text Example
Text Example
White with #7652B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652B3; }
p { color: rgb(118,82,179); }
H1.HeaderClassName
{
color: #7652B3;
}
.AnyTagClassName
{
color: #7652B3;
}
</style>
background-color css
<style>
a { background-color: #7652B3; }
a { background-color: rgb(118,82,179); }
div.DivClassName
{
background-color: #7652B3;
}
.BgClassName
{
background-color: #7652B3;
}
</style>
border-color css
<style>
span { border-color: #7652B3; }
span { border-color: rgb(118,82,179); }
td.TdClassName
{
border-color: #7652B3;
}
.TagClassName
{
border-color: #7652B3;
}
</style>