#7456A4

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

Shades of Studio #7456A4

Tints of Studio #7456A4

Color information

#7456A4 (or 0x7456A4) is unknown color: approx Studio. HEX triplet: 74, 56 and A4. RGB value is (116,86,164). Sum of RGB (Red+Green+Blue) = 116+86+164=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 164 - color contains mainly: blue. Hex color #7456A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7456A4 is #8BA95B. Grayscale: #676767. Windows color (decimal): -9152860 or 10770036. OLE color: 10770036.

HSL color Cylindrical-coordinate representation of color #7456A4: hue angle of 263.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7456A4 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11686164-
CMYK0.290.4800.36
HSL263.08º31.2%49.02%-
HSV(B)263.08º47.56%64.31%-
XYZ17.2313.0536.73-
YUV103.86161.94136.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 164 (64.45% from 255) = 44.81%
R=31.69%
G=23.50%
B=44.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116861640.290.4800.36263.0831.249.02
Hex7456A41D300241071f31
Octal16412624435600444073761
Binary111010010101101010010011101110000010010010000011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7456A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7456A4; }

 p { color: rgb(116,86,164); }

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

<style>
 a { background-color: #7456A4; }

 a { background-color: rgb(116,86,164); }

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

<style>
 span { border-color: #7456A4; }

 span { border-color: rgb(116,86,164); }

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