#774FBD

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

Shades of Blue Marguerite #774FBD

Tints of Blue Marguerite #774FBD

Color information

#774FBD (or 0x774FBD) is unknown color: approx Blue Marguerite. HEX triplet: 77, 4F and BD. RGB value is (119,79,189). Sum of RGB (Red+Green+Blue) = 119+79+189=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #774FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FBD is #88B042. Grayscale: #676767. Windows color (decimal): -8958019 or 12406647. OLE color: 12406647.

HSL color Cylindrical-coordinate representation of color #774FBD: hue angle of 261.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774FBD is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11979189-
CMYK0.370.5800.26
HSL261.82º45.45%52.55%-
HSV(B)261.82º58.2%74.12%-
XYZ19.5913.1949.66-
YUV103.5176.25139.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=30.75%
G=20.41%
B=48.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal119791890.370.5800.26261.8245.4552.55
Hex774FBD253A01A1062d35
Octal16711727545720324065565
Binary1110111100111110111101100101111010011010100000110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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