Html Css Color HEX #774FBA Blue Marguerite

📋 copy color: '#774FBA'

red 119 ◦ green 79 ◦ blue 186

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

Shades of Blue Marguerite #774FBA

Tints of Blue Marguerite #774FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 30.99%
G = 20.57%
B = 48.44%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#774FBA (or 0x774FBA) is known color: Blue Marguerite. HEX triplet: 77, 4F and BA. RGB value is (119,79,186). Sum of RGB (Red+Green+Blue) = 119+79+186=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #774FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FBA is #88B045. Grayscale: #666666. Windows color (decimal): -8958022 or 12210039. OLE color: 12210039.

HSL color Cylindrical-coordinate representation of color #774FBA: hue angle of 262.43º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774FBA is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 79 186 -
CMYK 0.36 0.58 0 0.27
HSL 262.43º 0.44% 0.52% -
HSV(B) 262.43º 0.58% 0.73% -
XYZ 19.27 13.06 47.96 -
YUV 103.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 119 79 186 0.36 0.58 0 0.27 262.43 0.44 0.52
Hex 77 4F BA 24 3A 0 1B 106 2C 34
Octal 167 117 272 44 72 0 33 406 54 64
Binary 1110111 1001111 10111010 100100 111010 0 11011 100000110 101100 110100

Color Harmonies of #774FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FBA

Black with #774FBA

Text Example


Text Example

White with #774FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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