#774AB9

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

Shades of Studio #774AB9

Tints of Studio #774AB9

Color information

#774AB9 (or 0x774AB9) is unknown color: approx Studio. HEX triplet: 77, 4A and B9. RGB value is (119,74,185). Sum of RGB (Red+Green+Blue) = 119+74+185=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #774AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774AB9 is #88B546. Grayscale: #636363. Windows color (decimal): -8959303 or 12143223. OLE color: 12143223.

HSL color Cylindrical-coordinate representation of color #774AB9: hue angle of 264.32º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #774AB9 is Cyan = 0.36, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11974185-
CMYK0.360.600.27
HSL264.32º44.22%50.78%-
HSV(B)264.32º60%72.55%-
XYZ18.8112.3247.29-
YUV100.11175.91141.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 74 (29.30% from 255) = 19.58%
BLUE value IS 185 (72.66% from 255) = 48.94%
R=31.48%
G=19.58%
B=48.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119741850.360.600.27264.3244.2250.78
Hex774AB9243C01B1082c33
Octal16711227144740334105463
Binary1110111100101010111001100100111100011011100001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,74,185); }

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

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

 a { background-color: rgb(119,74,185); }

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

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

 span { border-color: rgb(119,74,185); }

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