#7567BB

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

Shades of Blue Marguerite #7567BB

Tints of Blue Marguerite #7567BB

Color information

#7567BB (or 0x7567BB) is unknown color: approx Blue Marguerite. HEX triplet: 75, 67 and BB. RGB value is (117,103,187). Sum of RGB (Red+Green+Blue) = 117+103+187=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #7567BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7567BB is #8A9844. Grayscale: #747474. Windows color (decimal): -9082949 or 12281717. OLE color: 12281717.

HSL color Cylindrical-coordinate representation of color #7567BB: hue angle of 250º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7567BB is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117103187-
CMYK0.370.4500.27
HSL250º38.18%56.86%-
HSV(B)250º44.92%73.33%-
XYZ21.1617.0749.19-
YUV116.76167.64128.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.75%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 187 (73.44% from 255) = 45.95%
R=28.75%
G=25.31%
B=45.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171031870.370.4500.2725038.1856.86
Hex7567BB252D01Bfa2639
Octal16514727345550333724671
Binary111010111001111011101110010110110101101111111010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7567BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7567BB; }

 p { color: rgb(117,103,187); }

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

<style>
 a { background-color: #7567BB; }

 a { background-color: rgb(117,103,187); }

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

<style>
 span { border-color: #7567BB; }

 span { border-color: rgb(117,103,187); }

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