#7962BF

Color #7962BF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7962BF

Tints of Blue Marguerite #7962BF

Color information

#7962BF (or 0x7962BF) is unknown color: approx 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

RGB12198191-
CMYK0.370.4900.25
HSL254.84º42.08%56.67%-
HSV(B)254.84º48.69%74.9%-
XYZ21.6616.5651.35-
YUV115.48170.62131.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 191 (75% from 255) = 46.59%
R=29.51%
G=23.90%
B=46.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121981910.370.4900.25254.8442.0856.67
Hex7962BF2531019ff2a39
Octal17114227745610313775271
Binary111100111000101011111110010111000101100111111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7962BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>