Html Css Color HEX #764FB9 Blue Marguerite

📋 copy color: '#764FB9'

red 118 ◦ green 79 ◦ blue 185

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

Shades of Blue Marguerite #764FB9

Tints of Blue Marguerite #764FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.43%

R = 30.89%
G = 20.68%
B = 48.43%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#764FB9 (or 0x764FB9) is known color: Blue Marguerite. HEX triplet: 76, 4F and B9. RGB value is (118,79,185). Sum of RGB (Red+Green+Blue) = 118+79+185=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #764FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FB9 is #89B046. Grayscale: #666666. Windows color (decimal): -9023559 or 12144502. OLE color: 12144502.

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

Color convert

RGB 118 79 185 -
CMYK 0.36 0.57 0 0.27
HSL 262.08º 0.43% 0.52% -
HSV(B) 262.08º 0.57% 0.73% -
XYZ 19.02 12.95 47.4 -
YUV 102.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 118 79 185 0.36 0.57 0 0.27 262.08 0.43 0.52
Hex 76 4F B9 24 39 0 1B 106 2B 34
Octal 166 117 271 44 71 0 33 406 53 64
Binary 1110110 1001111 10111001 100100 111001 0 11011 100000110 101011 110100

Color Harmonies of #764FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FB9

Black with #764FB9

Text Example


Text Example

White with #764FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,79,185); }

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

background-color css

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

 a { background-color: rgb(118,79,185); }

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

border-color css

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

 span { border-color: rgb(118,79,185); }

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