#7955AA

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

Shades of Studio #7955AA

Tints of Studio #7955AA

Color information

#7955AA (or 0x7955AA) is unknown color: approx Studio. HEX triplet: 79, 55 and AA. RGB value is (121,85,170). Sum of RGB (Red+Green+Blue) = 121+85+170=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #7955AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7955AA is #86AA55. Grayscale: #696969. Windows color (decimal): -8825430 or 11163001. OLE color: 11163001.

HSL color Cylindrical-coordinate representation of color #7955AA: hue angle of 265.41º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7955AA is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12185170-
CMYK0.290.5000.33
HSL265.41º33.33%50%-
HSV(B)265.41º50%66.67%-
XYZ18.3913.4639.66-
YUV105.45164.43139.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.18%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=32.18%
G=22.61%
B=45.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121851700.290.5000.33265.4133.3350
Hex7955AA1D320211092132
Octal17112525235620414114162
Binary1111001101010110101010111011100100100001100001001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7955AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7955AA; }

 p { color: rgb(121,85,170); }

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

<style>
 a { background-color: #7955AA; }

 a { background-color: rgb(121,85,170); }

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

<style>
 span { border-color: #7955AA; }

 span { border-color: rgb(121,85,170); }

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