Shades of Studio #7F53BC
Tints of Studio #7F53BC
RGB
CMYK
RGB Variations
Color information
#7F53BC (or 0x7F53BC) is known color: Studio. HEX triplet: 7F, 53 and BC. RGB value is (127,83,188). Sum of RGB (Red+Green+Blue) = 127+83+188=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F53BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F53BC is #80AC43. Grayscale: #6B6B6B. Windows color (decimal): -8432708 or 12342143. OLE color: 12342143.
HSL color Cylindrical-coordinate representation of color #7F53BC: hue angle of 265.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F53BC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 83 | 188 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.26 |
| HSL | 265.14º | 0.44% | 0.53% | - |
| HSV(B) | 265.14º | 0.56% | 0.74% | - |
| XYZ | 20.92 | 14.33 | 49.24 | - |
| YUV | 108.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 188 | 0.32 | 0.56 | 0 | 0.26 | 265.14 | 0.44 | 0.53 |
| Hex | 7F | 53 | BC | 20 | 38 | 0 | 1A | 109 | 2C | 35 |
| Octal | 177 | 123 | 274 | 40 | 70 | 0 | 32 | 411 | 54 | 65 |
| Binary | 1111111 | 1010011 | 10111100 | 100000 | 111000 | 0 | 11010 | 100001001 | 101100 | 110101 |
Color Harmonies of #7F53BC
Complementary color
Monochromatic Colors of #7F53BC
Black with #7F53BC
Text Example
Text Example
White with #7F53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F53BC; }
p { color: rgb(127,83,188); }
H1.HeaderClassName
{
color: #7F53BC;
}
.AnyTagClassName
{
color: #7F53BC;
}
</style>
background-color css
<style>
a { background-color: #7F53BC; }
a { background-color: rgb(127,83,188); }
div.DivClassName
{
background-color: #7F53BC;
}
.BgClassName
{
background-color: #7F53BC;
}
</style>
border-color css
<style>
span { border-color: #7F53BC; }
span { border-color: rgb(127,83,188); }
td.TdClassName
{
border-color: #7F53BC;
}
.TagClassName
{
border-color: #7F53BC;
}
</style>