Html Css Color HEX #7964BD Blue Marguerite

📋 copy color: '#7964BD'

red 121 ◦ green 100 ◦ blue 189

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

Shades of Blue Marguerite #7964BD

Tints of Blue Marguerite #7964BD

RGB

 RED value IS 121 (47.66% from 255) = 29.51%

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

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

R = 29.51%
G = 24.39%
B = 46.1%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7964BD (or 0x7964BD) is known color: Blue Marguerite. HEX triplet: 79, 64 and BD. RGB value is (121,100,189). Sum of RGB (Red+Green+Blue) = 121+100+189=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #7964BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7964BD is #869B42. Grayscale: #747474. Windows color (decimal): -8821571 or 12412025. OLE color: 12412025.

HSL color Cylindrical-coordinate representation of color #7964BD: hue angle of 254.16º 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 #7964BD is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 100 189 -
CMYK 0.36 0.47 0 0.26
HSL 254.16º 0.4% 0.57% -
HSV(B) 254.16º 0.47% 0.74% -
XYZ 21.63 16.85 50.26 -
YUV 116.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 121 100 189 0.36 0.47 0 0.26 254.16 0.4 0.57
Hex 79 64 BD 24 2F 0 1A FE 28 39
Octal 171 144 275 44 57 0 32 376 50 71
Binary 1111001 1100100 10111101 100100 101111 0 11010 11111110 101000 111001

Color Harmonies of #7964BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7964BD

Black with #7964BD

Text Example


Text Example

White with #7964BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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