#7952AA

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

Shades of Studio #7952AA

Tints of Studio #7952AA

Color information

#7952AA (or 0x7952AA) is unknown color: approx Studio. HEX triplet: 79, 52 and AA. RGB value is (121,82,170). Sum of RGB (Red+Green+Blue) = 121+82+170=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #7952AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7952AA is #86AD55. Grayscale: #676767. Windows color (decimal): -8826198 or 11162233. OLE color: 11162233.

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

Color convert

RGB12182170-
CMYK0.290.5200.33
HSL266.59º34.92%49.41%-
HSV(B)266.59º51.76%66.67%-
XYZ18.161339.58-
YUV103.69165.42140.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.44%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=32.44%
G=21.98%
B=45.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121821700.290.5200.33266.5934.9249.41
Hex7952AA1D3402110b2331
Octal17112225235640414134361
Binary1111001101001010101010111011101000100001100001011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7952AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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