#774FC0

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

Shades of Blue Marguerite #774FC0

Tints of Blue Marguerite #774FC0

Color information

#774FC0 (or 0x774FC0) is unknown color: approx Blue Marguerite. HEX triplet: 77, 4F and C0. RGB value is (119,79,192). Sum of RGB (Red+Green+Blue) = 119+79+192=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #774FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FC0 is #88B03F. Grayscale: #676767. Windows color (decimal): -8958016 or 12603255. OLE color: 12603255.

HSL color Cylindrical-coordinate representation of color #774FC0: hue angle of 261.24º degrees, saturation: 0.47, 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 #774FC0 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11979192-
CMYK0.380.5900.25
HSL261.24º47.28%53.14%-
HSV(B)261.24º58.85%75.29%-
XYZ19.9213.3251.39-
YUV103.84177.75138.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.51%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 192 (75.39% from 255) = 49.23%
R=30.51%
G=20.26%
B=49.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119791920.380.5900.25261.2447.2853.14
Hex774FC0263B0191052f35
Octal16711730046730314055765
Binary1110111100111111000000100110111011011001100000101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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