Html Css Color HEX #764EBA Blue Marguerite

📋 copy color: '#764EBA'

red 118 ◦ green 78 ◦ blue 186

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

Shades of Blue Marguerite #764EBA

Tints of Blue Marguerite #764EBA

RGB

 RED value IS 118 (46.48% from 255) = 30.89%

 GREEN value IS 78 (30.86% from 255) = 20.42%

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

R = 30.89%
G = 20.42%
B = 48.69%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#764EBA (or 0x764EBA) is known color: Blue Marguerite. HEX triplet: 76, 4E and BA. RGB value is (118,78,186). Sum of RGB (Red+Green+Blue) = 118+78+186=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #764EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EBA is #89B145. Grayscale: #656565. Windows color (decimal): -9023814 or 12209782. OLE color: 12209782.

HSL color Cylindrical-coordinate representation of color #764EBA: hue angle of 262.22º 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 #764EBA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 78 186 -
CMYK 0.37 0.58 0 0.27
HSL 262.22º 0.44% 0.52% -
HSV(B) 262.22º 0.58% 0.73% -
XYZ 19.06 12.85 47.93 -
YUV 102.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 118 78 186 0.37 0.58 0 0.27 262.22 0.44 0.52
Hex 76 4E BA 25 3A 0 1B 106 2C 34
Octal 166 116 272 45 72 0 33 406 54 64
Binary 1110110 1001110 10111010 100101 111010 0 11011 100000110 101100 110100

Color Harmonies of #764EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EBA

Black with #764EBA

Text Example


Text Example

White with #764EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764EBA; }

 p { color: rgb(118,78,186); }

 H1.HeaderClassName
 {
   color: #764EBA;
 }
 .AnyTagClassName
 {
   color: #764EBA;
 }
</style>

background-color css

<style>
 a { background-color: #764EBA; }

 a { background-color: rgb(118,78,186); }

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

border-color css

<style>
 span { border-color: #764EBA; }

 span { border-color: rgb(118,78,186); }

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