#774FBE

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

Shades of Blue Marguerite #774FBE

Tints of Blue Marguerite #774FBE

Color information

#774FBE (or 0x774FBE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 4F and BE. RGB value is (119,79,190). Sum of RGB (Red+Green+Blue) = 119+79+190=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #774FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FBE is #88B041. Grayscale: #676767. Windows color (decimal): -8958018 or 12472183. OLE color: 12472183.

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

Color convert

RGB11979190-
CMYK0.370.5800.25
HSL261.62º46.06%52.75%-
HSV(B)261.62º58.42%74.51%-
XYZ19.713.2350.23-
YUV103.61176.75138.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 79 (31.25% from 255) = 20.36%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=30.67%
G=20.36%
B=48.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119791900.370.5800.25261.6246.0652.75
Hex774FBE253A0191062e35
Octal16711727645720314065665
Binary1110111100111110111110100101111010011001100000110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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