#7552B9

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

Shades of Blue Marguerite #7552B9

Tints of Blue Marguerite #7552B9

Color information

#7552B9 (or 0x7552B9) is unknown color: approx Blue Marguerite. HEX triplet: 75, 52 and B9. RGB value is (117,82,185). Sum of RGB (Red+Green+Blue) = 117+82+185=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #7552B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7552B9 is #8AAD46. Grayscale: #676767. Windows color (decimal): -9088327 or 12145269. OLE color: 12145269.

HSL color Cylindrical-coordinate representation of color #7552B9: hue angle of 260.39º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7552B9 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11782185-
CMYK0.370.5600.27
HSL260.39º42.39%52.35%-
HSV(B)260.39º55.68%72.55%-
XYZ19.1113.3247.46-
YUV104.21173.6137.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 185 (72.66% from 255) = 48.18%
R=30.47%
G=21.35%
B=48.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117821850.370.5600.27260.3942.3952.35
Hex7552B9253801B1042a34
Octal16512227145700334045264
Binary1110101101001010111001100101111000011011100000100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7552B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7552B9; }

 p { color: rgb(117,82,185); }

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

<style>
 a { background-color: #7552B9; }

 a { background-color: rgb(117,82,185); }

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

<style>
 span { border-color: #7552B9; }

 span { border-color: rgb(117,82,185); }

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