Html Css Color HEX #774DBE Blue Marguerite

📋 copy color: '#774DBE'

red 119 ◦ green 77 ◦ blue 190

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

Shades of Blue Marguerite #774DBE

Tints of Blue Marguerite #774DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.95%

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

R = 30.83%
G = 19.95%
B = 49.22%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#774DBE (or 0x774DBE) is known color: Blue Marguerite. HEX triplet: 77, 4D and BE. RGB value is (119,77,190). Sum of RGB (Red+Green+Blue) = 119+77+190=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #774DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DBE is #88B241. Grayscale: #666666. Windows color (decimal): -8958530 or 12471671. OLE color: 12471671.

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

Color convert

RGB 119 77 190 -
CMYK 0.37 0.59 0 0.25
HSL 262.3º 0.47% 0.52% -
HSV(B) 262.3º 0.59% 0.75% -
XYZ 19.56 12.95 50.18 -
YUV 102.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 119 77 190 0.37 0.59 0 0.25 262.3 0.47 0.52
Hex 77 4D BE 25 3B 0 19 106 2F 34
Octal 167 115 276 45 73 0 31 406 57 64
Binary 1110111 1001101 10111110 100101 111011 0 11001 100000110 101111 110100

Color Harmonies of #774DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DBE

Black with #774DBE

Text Example


Text Example

White with #774DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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