Html Css Color HEX #7961BC Blue Marguerite

📋 copy color: '#7961BC'

red 121 ◦ green 97 ◦ blue 188

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

Shades of Blue Marguerite #7961BC

Tints of Blue Marguerite #7961BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.89%

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

R = 29.8%
G = 23.89%
B = 46.31%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7961BC (or 0x7961BC) is known color: Blue Marguerite. HEX triplet: 79, 61 and BC. RGB value is (121,97,188). Sum of RGB (Red+Green+Blue) = 121+97+188=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #7961BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7961BC is #869E43. Grayscale: #727272. Windows color (decimal): -8822340 or 12345721. OLE color: 12345721.

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

Color convert

RGB 121 97 188 -
CMYK 0.36 0.48 0 0.26
HSL 255.82º 0.4% 0.56% -
HSV(B) 255.82º 0.48% 0.74% -
XYZ 21.24 16.25 49.59 -
YUV 114.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 121 97 188 0.36 0.48 0 0.26 255.82 0.4 0.56
Hex 79 61 BC 24 30 0 1A 100 28 38
Octal 171 141 274 44 60 0 32 400 50 70
Binary 1111001 1100001 10111100 100100 110000 0 11010 100000000 101000 111000

Color Harmonies of #7961BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7961BC

Black with #7961BC

Text Example


Text Example

White with #7961BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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