#7950A0

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

Shades of Studio #7950A0

Tints of Studio #7950A0

Color information

#7950A0 (or 0x7950A0) is unknown color: approx Studio. HEX triplet: 79, 50 and A0. RGB value is (121,80,160). Sum of RGB (Red+Green+Blue) = 121+80+160=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 160 - color contains mainly: blue. Hex color #7950A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7950A0 is #86AF5F. Grayscale: #656565. Windows color (decimal): -8826720 or 10506361. OLE color: 10506361.

HSL color Cylindrical-coordinate representation of color #7950A0: hue angle of 270.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7950A0 is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12180160-
CMYK0.240.500.37
HSL270.75º33.33%47.06%-
HSV(B)270.75º50%62.75%-
XYZ17.112.3434.74-
YUV101.38161.08142-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.52%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 160 (62.89% from 255) = 44.32%
R=33.52%
G=22.16%
B=44.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121801600.240.500.37270.7533.3347.06
Hex7950A0183202510f212f
Octal17112024030620454174157
Binary1111001101000010100000110001100100100101100001111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7950A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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