Html Css Color HEX #774BBE Blue Marguerite

📋 copy color: '#774BBE'

red 119 ◦ green 75 ◦ blue 190

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

Shades of Blue Marguerite #774BBE

Tints of Blue Marguerite #774BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.53%

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

R = 30.99%
G = 19.53%
B = 49.48%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#774BBE (or 0x774BBE) is known color: Blue Marguerite. HEX triplet: 77, 4B and BE. RGB value is (119,75,190). Sum of RGB (Red+Green+Blue) = 119+75+190=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #774BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BBE is #88B441. Grayscale: #646464. Windows color (decimal): -8959042 or 12471159. OLE color: 12471159.

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

Color convert

RGB 119 75 190 -
CMYK 0.37 0.61 0 0.25
HSL 262.96º 0.47% 0.52% -
HSV(B) 262.96º 0.61% 0.75% -
XYZ 19.42 12.67 50.14 -
YUV 101.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 119 75 190 0.37 0.61 0 0.25 262.96 0.47 0.52
Hex 77 4B BE 25 3D 0 19 107 2F 34
Octal 167 113 276 45 75 0 31 407 57 64
Binary 1110111 1001011 10111110 100101 111101 0 11001 100000111 101111 110100

Color Harmonies of #774BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BBE

Black with #774BBE

Text Example


Text Example

White with #774BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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