Html Css Color HEX #774FBC Blue Marguerite

📋 copy color: '#774FBC'

red 119 ◦ green 79 ◦ blue 188

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

Shades of Blue Marguerite #774FBC

Tints of Blue Marguerite #774FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.47%

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 30.83%
G = 20.47%
B = 48.7%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#774FBC (or 0x774FBC) is known color: Blue Marguerite. HEX triplet: 77, 4F and BC. RGB value is (119,79,188). Sum of RGB (Red+Green+Blue) = 119+79+188=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #774FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FBC is #88B043. Grayscale: #666666. Windows color (decimal): -8958020 or 12341111. OLE color: 12341111.

HSL color Cylindrical-coordinate representation of color #774FBC: hue angle of 262.02º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774FBC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 79 188 -
CMYK 0.37 0.58 0 0.26
HSL 262.02º 0.45% 0.52% -
HSV(B) 262.02º 0.58% 0.74% -
XYZ 19.48 13.14 49.09 -
YUV 103.39 175.75 139.14 -
System Red Green Blue C M Y K H S L
Decimal 119 79 188 0.37 0.58 0 0.26 262.02 0.45 0.52
Hex 77 4F BC 25 3A 0 1A 106 2D 34
Octal 167 117 274 45 72 0 32 406 55 64
Binary 1110111 1001111 10111100 100101 111010 0 11010 100000110 101101 110100

Color Harmonies of #774FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FBC

Black with #774FBC

Text Example


Text Example

White with #774FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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