#7562BE

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

Shades of Blue Marguerite #7562BE

Tints of Blue Marguerite #7562BE

Color information

#7562BE (or 0x7562BE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 62 and BE. RGB value is (117,98,190). Sum of RGB (Red+Green+Blue) = 117+98+190=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #7562BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562BE is #8A9D41. Grayscale: #717171. Windows color (decimal): -9084226 or 12477045. OLE color: 12477045.

HSL color Cylindrical-coordinate representation of color #7562BE: hue angle of 252.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7562BE is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11798190-
CMYK0.380.4800.25
HSL252.39º41.44%56.47%-
HSV(B)252.39º48.42%74.51%-
XYZ2116.2350.74-
YUV114.17170.79130.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=28.89%
G=24.20%
B=46.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117981900.380.4800.25252.3941.4456.47
Hex7562BE2630019fc2938
Octal16514227646600313745170
Binary111010111000101011111010011011000001100111111100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7562BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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