#7552B5

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

Shades of Blue Marguerite #7552B5

Tints of Blue Marguerite #7552B5

Color information

#7552B5 (or 0x7552B5) is unknown color: approx Blue Marguerite. HEX triplet: 75, 52 and B5. RGB value is (117,82,181). Sum of RGB (Red+Green+Blue) = 117+82+181=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #7552B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7552B5 is #8AAD4A. Grayscale: #676767. Windows color (decimal): -9088331 or 11883125. OLE color: 11883125.

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

Color convert

RGB11782181-
CMYK0.350.5500.29
HSL261.21º40.08%51.57%-
HSV(B)261.21º54.7%70.98%-
XYZ18.6913.1545.27-
YUV103.75171.6137.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 181 (71.09% from 255) = 47.63%
R=30.79%
G=21.58%
B=47.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117821810.350.5500.29261.2140.0851.57
Hex7552B5233701D1052834
Octal16512226543670354055064
Binary1110101101001010110101100011110111011101100000101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7552B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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