#7950A5

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

Shades of Studio #7950A5

Tints of Studio #7950A5

Color information

#7950A5 (or 0x7950A5) is unknown color: approx Studio. HEX triplet: 79, 50 and A5. RGB value is (121,80,165). Sum of RGB (Red+Green+Blue) = 121+80+165=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 165 - color contains mainly: blue. Hex color #7950A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7950A5 is #86AF5A. Grayscale: #656565. Windows color (decimal): -8826715 or 10834041. OLE color: 10834041.

HSL color Cylindrical-coordinate representation of color #7950A5: hue angle of 268.94º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7950A5 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12180165-
CMYK0.270.5200.35
HSL268.94º34.69%48.04%-
HSV(B)268.94º51.52%64.71%-
XYZ17.5512.5237.09-
YUV101.95163.58141.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.06%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 165 (64.84% from 255) = 45.08%
R=33.06%
G=21.86%
B=45.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121801650.270.5200.35268.9434.6948.04
Hex7950A51B3402310d2330
Octal17112024533640434154360
Binary1111001101000010100101110111101000100011100001101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7950A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7950A5; }

 p { color: rgb(121,80,165); }

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

<style>
 a { background-color: #7950A5; }

 a { background-color: rgb(121,80,165); }

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

<style>
 span { border-color: #7950A5; }

 span { border-color: rgb(121,80,165); }

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