Html Css Color HEX #7664BD Blue Marguerite

📋 copy color: '#7664BD'

red 118 ◦ green 100 ◦ blue 189

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

Shades of Blue Marguerite #7664BD

Tints of Blue Marguerite #7664BD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.57%

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 28.99%
G = 24.57%
B = 46.44%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7664BD (or 0x7664BD) is known color: Blue Marguerite. HEX triplet: 76, 64 and BD. RGB value is (118,100,189). Sum of RGB (Red+Green+Blue) = 118+100+189=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #7664BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7664BD is #899B42. Grayscale: #737373. Windows color (decimal): -9018179 or 12412022. OLE color: 12412022.

HSL color Cylindrical-coordinate representation of color #7664BD: hue angle of 252.13º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7664BD is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 100 189 -
CMYK 0.38 0.47 0 0.26
HSL 252.13º 0.4% 0.57% -
HSV(B) 252.13º 0.47% 0.74% -
XYZ 21.21 16.64 50.24 -
YUV 115.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 118 100 189 0.38 0.47 0 0.26 252.13 0.4 0.57
Hex 76 64 BD 26 2F 0 1A FC 28 39
Octal 166 144 275 46 57 0 32 374 50 71
Binary 1110110 1100100 10111101 100110 101111 0 11010 11111100 101000 111001

Color Harmonies of #7664BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7664BD

Black with #7664BD

Text Example


Text Example

White with #7664BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7664BD; }

 p { color: rgb(118,100,189); }

 H1.HeaderClassName
 {
   color: #7664BD;
 }
 .AnyTagClassName
 {
   color: #7664BD;
 }
</style>

background-color css

<style>
 a { background-color: #7664BD; }

 a { background-color: rgb(118,100,189); }

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

border-color css

<style>
 span { border-color: #7664BD; }

 span { border-color: rgb(118,100,189); }

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