#7954A2

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

Shades of Studio #7954A2

Tints of Studio #7954A2

Color information

#7954A2 (or 0x7954A2) is unknown color: approx Studio. HEX triplet: 79, 54 and A2. RGB value is (121,84,162). Sum of RGB (Red+Green+Blue) = 121+84+162=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #7954A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7954A2 is #86AB5D. Grayscale: #676767. Windows color (decimal): -8825694 or 10638457. OLE color: 10638457.

HSL color Cylindrical-coordinate representation of color #7954A2: hue angle of 268.46º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7954A2 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12184162-
CMYK0.250.4800.36
HSL268.46º31.71%48.24%-
HSV(B)268.46º48.15%63.53%-
XYZ17.5813.0135.77-
YUV103.96160.76140.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 162 (63.67% from 255) = 44.14%
R=32.97%
G=22.89%
B=44.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121841620.250.4800.36268.4631.7148.24
Hex7954A2193002410c2030
Octal17112424231600444144060
Binary1111001101010010100010110011100000100100100001100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7954A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7954A2; }

 p { color: rgb(121,84,162); }

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

<style>
 a { background-color: #7954A2; }

 a { background-color: rgb(121,84,162); }

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

<style>
 span { border-color: #7954A2; }

 span { border-color: rgb(121,84,162); }

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