Html Css Color HEX #764CBF Blue Marguerite

📋 copy color: '#764CBF'

red 118 ◦ green 76 ◦ blue 191

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

Shades of Blue Marguerite #764CBF

Tints of Blue Marguerite #764CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.74%

 BLUE value IS 191 (75% from 255) = 49.61%

R = 30.65%
G = 19.74%
B = 49.61%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#764CBF (or 0x764CBF) is known color: Blue Marguerite. HEX triplet: 76, 4C and BF. RGB value is (118,76,191). Sum of RGB (Red+Green+Blue) = 118+76+191=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #764CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CBF is #89B340. Grayscale: #656565. Windows color (decimal): -9024321 or 12536950. OLE color: 12536950.

HSL color Cylindrical-coordinate representation of color #764CBF: hue angle of 261.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #764CBF is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 76 191 -
CMYK 0.38 0.60 0 0.25
HSL 261.91º 0.47% 0.52% -
HSV(B) 261.91º 0.6% 0.75% -
XYZ 19.46 12.78 50.73 -
YUV 101.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 118 76 191 0.38 0.60 0 0.25 261.91 0.47 0.52
Hex 76 4C BF 26 3C 0 19 106 2F 34
Octal 166 114 277 46 74 0 31 406 57 64
Binary 1110110 1001100 10111111 100110 111100 0 11001 100000110 101111 110100

Color Harmonies of #764CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CBF

Black with #764CBF

Text Example


Text Example

White with #764CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,76,191); }

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

background-color css

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

 a { background-color: rgb(118,76,191); }

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

border-color css

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

 span { border-color: rgb(118,76,191); }

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