#7566BF

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

Shades of Blue Marguerite #7566BF

Tints of Blue Marguerite #7566BF

Color information

#7566BF (or 0x7566BF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 66 and BF. RGB value is (117,102,191). Sum of RGB (Red+Green+Blue) = 117+102+191=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 102 (40.23% from 255 or 24.88% 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 #7566BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7566BF is #8A9940. Grayscale: #747474. Windows color (decimal): -9083201 or 12543605. OLE color: 12543605.

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

Color convert

RGB117102191-
CMYK0.390.4700.25
HSL250.11º41.01%57.45%-
HSV(B)250.11º46.6%74.9%-
XYZ21.4917.0551.45-
YUV116.63169.97128.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.54%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 191 (75% from 255) = 46.59%
R=28.54%
G=24.88%
B=46.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171021910.390.4700.25250.1141.0157.45
Hex7566BF272F019fa2939
Octal16514627747570313725171
Binary111010111001101011111110011110111101100111111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7566BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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