#7567B4

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

Shades of Blue Marguerite #7567B4

Tints of Blue Marguerite #7567B4

Color information

#7567B4 (or 0x7567B4) is unknown color: approx Blue Marguerite. HEX triplet: 75, 67 and B4. RGB value is (117,103,180). Sum of RGB (Red+Green+Blue) = 117+103+180=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #7567B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7567B4 is #8A984B. Grayscale: #737373. Windows color (decimal): -9082956 or 11822965. OLE color: 11822965.

HSL color Cylindrical-coordinate representation of color #7567B4: hue angle of 250.91º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7567B4 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117103180-
CMYK0.350.4300.29
HSL250.91º33.92%55.49%-
HSV(B)250.91º42.78%70.59%-
XYZ20.4216.7845.34-
YUV115.96164.14128.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 180 (70.70% from 255) = 45%
R=29.25%
G=25.75%
B=45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171031800.350.4300.29250.9133.9255.49
Hex7567B4232B01Dfb2237
Octal16514726443530353734267
Binary111010111001111011010010001110101101110111111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7567B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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