#7562BF

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

Shades of Blue Marguerite #7562BF

Tints of Blue Marguerite #7562BF

Color information

#7562BF (or 0x7562BF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 62 and BF. RGB value is (117,98,191). Sum of RGB (Red+Green+Blue) = 117+98+191=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #7562BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562BF is #8A9D40. Grayscale: #717171. Windows color (decimal): -9084225 or 12542581. OLE color: 12542581.

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

Color convert

RGB11798191-
CMYK0.390.4900.25
HSL252.26º42.08%56.67%-
HSV(B)252.26º48.69%74.9%-
XYZ21.1116.2851.32-
YUV114.28171.29129.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 191 (75% from 255) = 47.04%
R=28.82%
G=24.14%
B=47.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117981910.390.4900.25252.2642.0856.67
Hex7562BF2731019fc2a39
Octal16514227747610313745271
Binary111010111000101011111110011111000101100111111100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7562BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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