Html Css Color HEX #7962BF Blue Marguerite

📋 copy color: '#7962BF'

red 121 ◦ green 98 ◦ blue 191

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

Shades of Blue Marguerite #7962BF

Tints of Blue Marguerite #7962BF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

 BLUE value IS 191 (75% from 255) = 46.59%

R = 29.51%
G = 23.9%
B = 46.59%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7962BF (or 0x7962BF) is known color: Blue Marguerite. HEX triplet: 79, 62 and BF. RGB value is (121,98,191). Sum of RGB (Red+Green+Blue) = 121+98+191=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #7962BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7962BF is #869D40. Grayscale: #737373. Windows color (decimal): -8822081 or 12542585. OLE color: 12542585.

HSL color Cylindrical-coordinate representation of color #7962BF: hue angle of 254.84º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7962BF is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 98 191 -
CMYK 0.37 0.49 0 0.25
HSL 254.84º 0.42% 0.57% -
HSV(B) 254.84º 0.49% 0.75% -
XYZ 21.66 16.56 51.35 -
YUV 115.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 121 98 191 0.37 0.49 0 0.25 254.84 0.42 0.57
Hex 79 62 BF 25 31 0 19 FF 2A 39
Octal 171 142 277 45 61 0 31 377 52 71
Binary 1111001 1100010 10111111 100101 110001 0 11001 11111111 101010 111001

Color Harmonies of #7962BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7962BF

Black with #7962BF

Text Example


Text Example

White with #7962BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7962BF; }

 p { color: rgb(121,98,191); }

 H1.HeaderClassName
 {
   color: #7962BF;
 }
 .AnyTagClassName
 {
   color: #7962BF;
 }
</style>

background-color css

<style>
 a { background-color: #7962BF; }

 a { background-color: rgb(121,98,191); }

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

border-color css

<style>
 span { border-color: #7962BF; }

 span { border-color: rgb(121,98,191); }

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