Shades of Studio #7F54BC
Tints of Studio #7F54BC
RGB
CMYK
RGB Variations
Color information
#7F54BC (or 0x7F54BC) is known color: Studio. HEX triplet: 7F, 54 and BC. RGB value is (127,84,188). Sum of RGB (Red+Green+Blue) = 127+84+188=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F54BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F54BC is #80AB43. Grayscale: #6C6C6C. Windows color (decimal): -8432452 or 12342399. OLE color: 12342399.
HSL color Cylindrical-coordinate representation of color #7F54BC: hue angle of 264.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F54BC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 84 | 188 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.26 |
| HSL | 264.81º | 0.44% | 0.53% | - |
| HSV(B) | 264.81º | 0.55% | 0.74% | - |
| XYZ | 21 | 14.48 | 49.27 | - |
| YUV | 108.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 188 | 0.32 | 0.55 | 0 | 0.26 | 264.81 | 0.44 | 0.53 |
| Hex | 7F | 54 | BC | 20 | 37 | 0 | 1A | 109 | 2C | 35 |
| Octal | 177 | 124 | 274 | 40 | 67 | 0 | 32 | 411 | 54 | 65 |
| Binary | 1111111 | 1010100 | 10111100 | 100000 | 110111 | 0 | 11010 | 100001001 | 101100 | 110101 |
Color Harmonies of #7F54BC
Complementary color
Monochromatic Colors of #7F54BC
Black with #7F54BC
Text Example
Text Example
White with #7F54BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F54BC; }
p { color: rgb(127,84,188); }
H1.HeaderClassName
{
color: #7F54BC;
}
.AnyTagClassName
{
color: #7F54BC;
}
</style>
background-color css
<style>
a { background-color: #7F54BC; }
a { background-color: rgb(127,84,188); }
div.DivClassName
{
background-color: #7F54BC;
}
.BgClassName
{
background-color: #7F54BC;
}
</style>
border-color css
<style>
span { border-color: #7F54BC; }
span { border-color: rgb(127,84,188); }
td.TdClassName
{
border-color: #7F54BC;
}
.TagClassName
{
border-color: #7F54BC;
}
</style>