#7C62BF

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

Shades of Blue Marguerite #7C62BF

Tints of Blue Marguerite #7C62BF

Color information

#7C62BF (or 0x7C62BF) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 62 and BF. RGB value is (124,98,191). Sum of RGB (Red+Green+Blue) = 124+98+191=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C62BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C62BF is #839D40. Grayscale: #747474. Windows color (decimal): -8625473 or 12542588. OLE color: 12542588.

HSL color Cylindrical-coordinate representation of color #7C62BF: hue angle of 256.77º 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 #7C62BF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12498191-
CMYK0.350.4900.25
HSL256.77º42.08%56.67%-
HSV(B)256.77º48.69%74.9%-
XYZ22.0816.7851.37-
YUV116.38170.11133.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 191 (75% from 255) = 46.25%
R=30.02%
G=23.73%
B=46.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124981910.350.4900.25256.7742.0856.67
Hex7C62BF23310191012a39
Octal17414227743610314015271
Binary1111100110001010111111100011110001011001100000001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C62BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C62BF; }

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

 H1.HeaderClassName
 {
   color: #7C62BF;
 }
 .AnyTagClassName
 {
   color: #7C62BF;
 }
</style>
background-color css

<style>
 a { background-color: #7C62BF; }

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

 div.DivClassName
 {
   background-color: #7C62BF;
 }
 .BgClassName
 {
   background-color: #7C62BF;
 }
</style>
border-color css

<style>
 span { border-color: #7C62BF; }

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

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