#7457A9

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

Shades of Studio #7457A9

Tints of Studio #7457A9

Color information

#7457A9 (or 0x7457A9) is unknown color: approx Studio. HEX triplet: 74, 57 and A9. RGB value is (116,87,169). Sum of RGB (Red+Green+Blue) = 116+87+169=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 169 - color contains mainly: blue. Hex color #7457A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7457A9 is #8BA856. Grayscale: #686868. Windows color (decimal): -9152599 or 11097972. OLE color: 11097972.

HSL color Cylindrical-coordinate representation of color #7457A9: hue angle of 261.22º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7457A9 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11687169-
CMYK0.310.4900.34
HSL261.22º32.28%50.2%-
HSV(B)261.22º48.52%66.27%-
XYZ17.7713.3939.18-
YUV105.02164.11135.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 169 (66.41% from 255) = 45.43%
R=31.18%
G=23.39%
B=45.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal116871690.310.4900.34261.2232.2850.2
Hex7457A91F310221052032
Octal16412725137610424054062
Binary1110100101011110101001111111100010100010100000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7457A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7457A9; }

 p { color: rgb(116,87,169); }

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

<style>
 a { background-color: #7457A9; }

 a { background-color: rgb(116,87,169); }

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

<style>
 span { border-color: #7457A9; }

 span { border-color: rgb(116,87,169); }

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