#774FAE

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

Shades of Studio #774FAE

Tints of Studio #774FAE

Color information

#774FAE (or 0x774FAE) is unknown color: approx Studio. HEX triplet: 77, 4F and AE. RGB value is (119,79,174). Sum of RGB (Red+Green+Blue) = 119+79+174=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #774FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774FAE is #88B051. Grayscale: #656565. Windows color (decimal): -8958034 or 11423607. OLE color: 11423607.

HSL color Cylindrical-coordinate representation of color #774FAE: hue angle of 265.26º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774FAE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11979174-
CMYK0.320.5500.32
HSL265.26º37.55%49.61%-
HSV(B)265.26º54.6%68.24%-
XYZ18.0412.5741.52-
YUV101.79168.75140.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=31.99%
G=21.24%
B=46.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119791740.320.5500.32265.2637.5549.61
Hex774FAE20370201092632
Octal16711725640670404114662
Binary11101111001111101011101000001101110100000100001001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774FAE; }

 p { color: rgb(119,79,174); }

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

<style>
 a { background-color: #774FAE; }

 a { background-color: rgb(119,79,174); }

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

<style>
 span { border-color: #774FAE; }

 span { border-color: rgb(119,79,174); }

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