#774fb9

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

Shades of Blue Marguerite #774FB9

Tints of Blue Marguerite #774FB9

Color information

#774FB9 (or 0x774FB9) is unknown color: approx Blue Marguerite. HEX triplet: 77, 4F and B9. RGB value is (119,79,185). Sum of RGB (Red+Green+Blue) = 119+79+185=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #774FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FB9 is #88B046. Grayscale: #666666. Windows color (decimal): -8958023 or 12144503. OLE color: 12144503.

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

Color convert

RGB11979185-
CMYK0.360.5700.27
HSL262.64º43.09%51.76%-
HSV(B)262.64º57.3%72.55%-
XYZ19.1613.0247.4-
YUV103.04174.25139.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 185 (72.66% from 255) = 48.30%
R=31.07%
G=20.63%
B=48.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119791850.360.5700.27262.6443.0951.76
Hex774FB9243901B1072b34
Octal16711727144710334075364
Binary1110111100111110111001100100111001011011100000111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774fb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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