#7954AC

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

Shades of Studio #7954AC

Tints of Studio #7954AC

Color information

#7954AC (or 0x7954AC) is unknown color: approx Studio. HEX triplet: 79, 54 and AC. RGB value is (121,84,172). Sum of RGB (Red+Green+Blue) = 121+84+172=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #7954AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7954AC is #86AB53. Grayscale: #686868. Windows color (decimal): -8825684 or 11293817. OLE color: 11293817.

HSL color Cylindrical-coordinate representation of color #7954AC: hue angle of 265.23º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7954AC is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12184172-
CMYK0.300.5100.33
HSL265.23º34.65%50.2%-
HSV(B)265.23º51.16%67.45%-
XYZ18.513.3840.64-
YUV105.1165.76139.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=32.10%
G=22.28%
B=45.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121841720.300.5100.33265.2334.6550.2
Hex7954AC1E330211092332
Octal17112425436630414114362
Binary1111001101010010101100111101100110100001100001001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7954AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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