#7950B6

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

Shades of Studio #7950B6

Tints of Studio #7950B6

Color information

#7950B6 (or 0x7950B6) is unknown color: approx Studio. HEX triplet: 79, 50 and B6. RGB value is (121,80,182). Sum of RGB (Red+Green+Blue) = 121+80+182=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #7950B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7950B6 is #86AF49. Grayscale: #676767. Windows color (decimal): -8826698 or 11948153. OLE color: 11948153.

HSL color Cylindrical-coordinate representation of color #7950B6: hue angle of 264.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7950B6 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12180182-
CMYK0.340.5600.29
HSL264.12º41.13%51.37%-
HSV(B)264.12º56.04%71.37%-
XYZ19.213.1845.79-
YUV103.89172.08140.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 182 (71.48% from 255) = 47.52%
R=31.59%
G=20.89%
B=47.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121801820.340.5600.29264.1241.1351.37
Hex7950B6223801D1082933
Octal17112026642700354105163
Binary1111001101000010110110100010111000011101100001000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7950B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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