Html Css Color HEX #7964BC Blue Marguerite

📋 copy color: '#7964BC'

red 121 ◦ green 100 ◦ blue 188

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

Shades of Blue Marguerite #7964BC

Tints of Blue Marguerite #7964BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 29.58%
G = 24.45%
B = 45.97%

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

#7964BC (or 0x7964BC) is known color: Blue Marguerite. HEX triplet: 79, 64 and BC. RGB value is (121,100,188). Sum of RGB (Red+Green+Blue) = 121+100+188=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #7964BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7964BC is #869B43. Grayscale: #737373. Windows color (decimal): -8821572 or 12346489. OLE color: 12346489.

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

Color convert

RGB 121 100 188 -
CMYK 0.36 0.47 0 0.26
HSL 254.32º 0.4% 0.56% -
HSV(B) 254.32º 0.47% 0.74% -
XYZ 21.52 16.81 49.69 -
YUV 116.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 121 100 188 0.36 0.47 0 0.26 254.32 0.4 0.56
Hex 79 64 BC 24 2F 0 1A FE 28 38
Octal 171 144 274 44 57 0 32 376 50 70
Binary 1111001 1100100 10111100 100100 101111 0 11010 11111110 101000 111000

Color Harmonies of #7964BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7964BC

Black with #7964BC

Text Example


Text Example

White with #7964BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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