#7940A8

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

Shades of Studio #7940A8

Tints of Studio #7940A8

Color information

#7940A8 (or 0x7940A8) is unknown color: approx Studio. HEX triplet: 79, 40 and A8. RGB value is (121,64,168). Sum of RGB (Red+Green+Blue) = 121+64+168=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 168 - color contains mainly: blue. Hex color #7940A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7940A8 is #86BF57. Grayscale: #5C5C5C. Windows color (decimal): -8830808 or 11026553. OLE color: 11026553.

HSL color Cylindrical-coordinate representation of color #7940A8: hue angle of 272.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7940A8 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12164168-
CMYK0.280.6200.34
HSL272.88º44.83%45.49%-
HSV(B)272.88º61.9%65.88%-
XYZ16.7910.5638.2-
YUV92.9170.38148.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.28%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 168 (66.02% from 255) = 47.59%
R=34.28%
G=18.13%
B=47.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121641680.280.6200.34272.8844.8345.49
Hex7940A81C3E0221112d2d
Octal17110025034760424215555
Binary1111001100000010101000111001111100100010100010001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7940A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7940A8; }

 p { color: rgb(121,64,168); }

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

<style>
 a { background-color: #7940A8; }

 a { background-color: rgb(121,64,168); }

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

<style>
 span { border-color: #7940A8; }

 span { border-color: rgb(121,64,168); }

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