Html Css Color HEX #774CBE Blue Marguerite

📋 copy color: '#774CBE'

red 119 ◦ green 76 ◦ blue 190

#774CBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #774CBE

Tints of Blue Marguerite #774CBE

RGB

 RED value IS 119 (46.88% from 255) = 30.91%

 GREEN value IS 76 (30.08% from 255) = 19.74%

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 30.91%
G = 19.74%
B = 49.35%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#774CBE (or 0x774CBE) is known color: Blue Marguerite. HEX triplet: 77, 4C and BE. RGB value is (119,76,190). Sum of RGB (Red+Green+Blue) = 119+76+190=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #774CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CBE is #88B341. Grayscale: #656565. Windows color (decimal): -8958786 or 12471415. OLE color: 12471415.

HSL color Cylindrical-coordinate representation of color #774CBE: hue angle of 262.63º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #774CBE is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 76 190 -
CMYK 0.37 0.60 0 0.25
HSL 262.63º 0.47% 0.52% -
HSV(B) 262.63º 0.6% 0.75% -
XYZ 19.49 12.81 50.16 -
YUV 101.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 119 76 190 0.37 0.60 0 0.25 262.63 0.47 0.52
Hex 77 4C BE 25 3C 0 19 107 2F 34
Octal 167 114 276 45 74 0 31 407 57 64
Binary 1110111 1001100 10111110 100101 111100 0 11001 100000111 101111 110100

Color Harmonies of #774CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CBE

Black with #774CBE

Text Example


Text Example

White with #774CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #774CBE;
 }
 .AnyTagClassName
 {
   color: #774CBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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