#7958A0

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

Shades of Studio #7958A0

Tints of Studio #7958A0

Color information

#7958A0 (or 0x7958A0) is unknown color: approx Studio. HEX triplet: 79, 58 and A0. RGB value is (121,88,160). Sum of RGB (Red+Green+Blue) = 121+88+160=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #7958A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7958A0 is #86A75F. Grayscale: #696969. Windows color (decimal): -8824672 or 10508409. OLE color: 10508409.

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

Color convert

RGB12188160-
CMYK0.240.4500.37
HSL267.5º29.03%48.63%-
HSV(B)267.5º45%62.75%-
XYZ17.7213.5834.95-
YUV106.08158.43138.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.79%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 160 (62.89% from 255) = 43.36%
R=32.79%
G=23.85%
B=43.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121881600.240.4500.37267.529.0348.63
Hex7958A0182D02510c1d31
Octal17113024030550454143561
Binary111100110110001010000011000101101010010110000110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7958A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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