#774EBB

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

Shades of Blue Marguerite #774EBB

Tints of Blue Marguerite #774EBB

Color information

#774EBB (or 0x774EBB) is unknown color: approx Blue Marguerite. HEX triplet: 77, 4E and BB. RGB value is (119,78,187). Sum of RGB (Red+Green+Blue) = 119+78+187=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #774EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EBB is #88B144. Grayscale: #666666. Windows color (decimal): -8958277 or 12275319. OLE color: 12275319.

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

Color convert

RGB11978187-
CMYK0.360.5800.27
HSL262.57º44.49%51.96%-
HSV(B)262.57º58.29%73.33%-
XYZ19.312.9648.5-
YUV102.68175.58139.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 187 (73.44% from 255) = 48.70%
R=30.99%
G=20.31%
B=48.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119781870.360.5800.27262.5744.4951.96
Hex774EBB243A01B1072c34
Octal16711627344720334075464
Binary1110111100111010111011100100111010011011100000111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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