#7958AA

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

Shades of Studio #7958AA

Tints of Studio #7958AA

Color information

#7958AA (or 0x7958AA) is unknown color: approx Studio. HEX triplet: 79, 58 and AA. RGB value is (121,88,170). Sum of RGB (Red+Green+Blue) = 121+88+170=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #7958AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7958AA is #86A755. Grayscale: #6A6A6A. Windows color (decimal): -8824662 or 11163769. OLE color: 11163769.

HSL color Cylindrical-coordinate representation of color #7958AA: hue angle of 264.15º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7958AA is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12188170-
CMYK0.290.4800.33
HSL264.15º32.54%50.59%-
HSV(B)264.15º48.24%66.67%-
XYZ18.6313.9539.74-
YUV107.22163.43137.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=31.93%
G=23.22%
B=44.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121881700.290.4800.33264.1532.5450.59
Hex7958AA1D300211082133
Octal17113025235600414104163
Binary1111001101100010101010111011100000100001100001000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7958AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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