Html Css Color HEX #764EC0 Blue Marguerite

📋 copy color: '#764EC0'

red 118 ◦ green 78 ◦ blue 192

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

Shades of Blue Marguerite #764EC0

Tints of Blue Marguerite #764EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 30.41%
G = 20.1%
B = 49.48%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#764EC0 (or 0x764EC0) is known color: Blue Marguerite. HEX triplet: 76, 4E and C0. RGB value is (118,78,192). Sum of RGB (Red+Green+Blue) = 118+78+192=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #764EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764EC0 is #89B13F. Grayscale: #666666. Windows color (decimal): -9023808 or 12602998. OLE color: 12602998.

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

Color convert

RGB 118 78 192 -
CMYK 0.39 0.59 0 0.25
HSL 261.05º 0.48% 0.53% -
HSV(B) 261.05º 0.59% 0.75% -
XYZ 19.71 13.11 51.36 -
YUV 102.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 118 78 192 0.39 0.59 0 0.25 261.05 0.48 0.53
Hex 76 4E C0 27 3B 0 19 105 30 35
Octal 166 116 300 47 73 0 31 405 60 65
Binary 1110110 1001110 11000000 100111 111011 0 11001 100000101 110000 110101

Color Harmonies of #764EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764EC0

Black with #764EC0

Text Example


Text Example

White with #764EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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