#7956A7

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

Shades of Studio #7956A7

Tints of Studio #7956A7

Color information

#7956A7 (or 0x7956A7) is unknown color: approx Studio. HEX triplet: 79, 56 and A7. RGB value is (121,86,167). Sum of RGB (Red+Green+Blue) = 121+86+167=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 167 - color contains mainly: blue. Hex color #7956A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7956A7 is #86A958. Grayscale: #696969. Windows color (decimal): -8825177 or 10966649. OLE color: 10966649.

HSL color Cylindrical-coordinate representation of color #7956A7: hue angle of 265.93º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7956A7 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12186167-
CMYK0.280.4900.35
HSL265.93º32.02%49.61%-
HSV(B)265.93º48.5%65.49%-
XYZ18.1913.5138.21-
YUV105.7162.6138.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.35%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 167 (65.62% from 255) = 44.65%
R=32.35%
G=22.99%
B=44.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121861670.280.4900.35265.9332.0249.61
Hex7956A71C3102310a2032
Octal17112624734610434124062
Binary1111001101011010100111111001100010100011100001010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7956A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7956A7; }

 p { color: rgb(121,86,167); }

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

<style>
 a { background-color: #7956A7; }

 a { background-color: rgb(121,86,167); }

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

<style>
 span { border-color: #7956A7; }

 span { border-color: rgb(121,86,167); }

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