Html Css Color HEX #764AC0 Blue Marguerite

📋 copy color: '#764AC0'

red 118 ◦ green 74 ◦ blue 192

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

Shades of Blue Marguerite #764AC0

Tints of Blue Marguerite #764AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.27%

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

R = 30.73%
G = 19.27%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#764AC0 (or 0x764AC0) is known color: Blue Marguerite. HEX triplet: 76, 4A and C0. RGB value is (118,74,192). Sum of RGB (Red+Green+Blue) = 118+74+192=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #764AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764AC0 is #89B53F. Grayscale: #646464. Windows color (decimal): -9024832 or 12601974. OLE color: 12601974.

HSL color Cylindrical-coordinate representation of color #764AC0: hue angle of 262.37º degrees, saturation: 0.48, 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 #764AC0 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 74 192 -
CMYK 0.39 0.61 0 0.25
HSL 262.37º 0.48% 0.52% -
HSV(B) 262.37º 0.61% 0.75% -
XYZ 19.43 12.55 51.27 -
YUV 100.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 118 74 192 0.39 0.61 0 0.25 262.37 0.48 0.52
Hex 76 4A C0 27 3D 0 19 106 30 34
Octal 166 112 300 47 75 0 31 406 60 64
Binary 1110110 1001010 11000000 100111 111101 0 11001 100000110 110000 110100

Color Harmonies of #764AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764AC0

Black with #764AC0

Text Example


Text Example

White with #764AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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