#7f54ba

Color #7F54BA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7F54BA

Tints of Studio #7F54BA

Color information

#7F54BA (or 0x7F54BA) is unknown color: approx Studio. HEX triplet: 7F, 54 and BA. RGB value is (127,84,186). Sum of RGB (Red+Green+Blue) = 127+84+186=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F54BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F54BA is #80AB45. Grayscale: #6C6C6C. Windows color (decimal): -8432454 or 12211327. OLE color: 12211327.

HSL color Cylindrical-coordinate representation of color #7F54BA: hue angle of 265.29º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F54BA is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12784186-
CMYK0.320.5500.27
HSL265.29º42.5%52.94%-
HSV(B)265.29º54.84%72.94%-
XYZ20.7914.448.14-
YUV108.49171.75141.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 31.99%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=31.99%
G=21.16%
B=46.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127841860.320.5500.27265.2942.552.94
Hex7F54BA203701B1092a35
Octal17712427240670334115265
Binary1111111101010010111010100000110111011011100001001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f54ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f54ba; }

 p { color: rgb(127,84,186); }

 H1.HeaderClassName
 {
   color: #7f54ba;
 }
 .AnyTagClassName
 {
   color: #7f54ba;
 }
</style>
background-color css

<style>
 a { background-color: #7f54ba; }

 a { background-color: rgb(127,84,186); }

 div.DivClassName
 {
   background-color: #7f54ba;
 }
 .BgClassName
 {
   background-color: #7f54ba;
 }
</style>
border-color css

<style>
 span { border-color: #7f54ba; }

 span { border-color: rgb(127,84,186); }

 td.TdClassName
 {
   border-color: #7f54ba;
 }
 .TagClassName
 {
   border-color: #7f54ba;
 }
</style>