Html Css Color HEX #7963B5 Blue Marguerite

📋 copy color: '#7963B5'

red 121 ◦ green 99 ◦ blue 181

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

Shades of Blue Marguerite #7963B5

Tints of Blue Marguerite #7963B5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

 BLUE value IS 181 (71.09% from 255) = 45.14%

R = 30.17%
G = 24.69%
B = 45.14%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7963B5 (or 0x7963B5) is known color: Blue Marguerite. HEX triplet: 79, 63 and B5. RGB value is (121,99,181). Sum of RGB (Red+Green+Blue) = 121+99+181=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #7963B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7963B5 is #869C4A. Grayscale: #727272. Windows color (decimal): -8821835 or 11887481. OLE color: 11887481.

HSL color Cylindrical-coordinate representation of color #7963B5: hue angle of 256.1º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7963B5 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 99 181 -
CMYK 0.33 0.45 0 0.29
HSL 256.1º 0.36% 0.55% -
HSV(B) 256.1º 0.45% 0.71% -
XYZ 20.69 16.32 45.78 -
YUV 114.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 121 99 181 0.33 0.45 0 0.29 256.1 0.36 0.55
Hex 79 63 B5 21 2D 0 1D 100 24 37
Octal 171 143 265 41 55 0 35 400 44 67
Binary 1111001 1100011 10110101 100001 101101 0 11101 100000000 100100 110111

Color Harmonies of #7963B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7963B5

Black with #7963B5

Text Example


Text Example

White with #7963B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7963B5; }

 p { color: rgb(121,99,181); }

 H1.HeaderClassName
 {
   color: #7963B5;
 }
 .AnyTagClassName
 {
   color: #7963B5;
 }
</style>

background-color css

<style>
 a { background-color: #7963B5; }

 a { background-color: rgb(121,99,181); }

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

border-color css

<style>
 span { border-color: #7963B5; }

 span { border-color: rgb(121,99,181); }

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