#774EBE

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

Shades of Blue Marguerite #774EBE

Tints of Blue Marguerite #774EBE

Color information

#774EBE (or 0x774EBE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 4E and BE. RGB value is (119,78,190). Sum of RGB (Red+Green+Blue) = 119+78+190=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #774EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EBE is #88B141. Grayscale: #666666. Windows color (decimal): -8958274 or 12471927. OLE color: 12471927.

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

Color convert

RGB11978190-
CMYK0.370.5900.25
HSL261.96º46.28%52.55%-
HSV(B)261.96º58.95%74.51%-
XYZ19.6313.0950.21-
YUV103.03177.08139.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=30.75%
G=20.16%
B=49.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119781900.370.5900.25261.9646.2852.55
Hex774EBE253B0191062e35
Octal16711627645730314065665
Binary1110111100111010111110100101111011011001100000110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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