#7553B8

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

Shades of Blue Marguerite #7553B8

Tints of Blue Marguerite #7553B8

Color information

#7553B8 (or 0x7553B8) is unknown color: approx Blue Marguerite. HEX triplet: 75, 53 and B8. RGB value is (117,83,184). Sum of RGB (Red+Green+Blue) = 117+83+184=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #7553B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553B8 is #8AAC47. Grayscale: #686868. Windows color (decimal): -9088072 or 12079989. OLE color: 12079989.

HSL color Cylindrical-coordinate representation of color #7553B8: hue angle of 260.2º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7553B8 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11783184-
CMYK0.360.5500.28
HSL260.2º41.56%52.35%-
HSV(B)260.2º54.89%72.16%-
XYZ19.0813.4346.93-
YUV104.68172.76136.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 83 (32.81% from 255) = 21.61%
BLUE value IS 184 (72.27% from 255) = 47.92%
R=30.47%
G=21.61%
B=47.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117831840.360.5500.28260.241.5652.35
Hex7553B8243701C1042a34
Octal16512327044670344045264
Binary1110101101001110111000100100110111011100100000100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7553B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7553B8; }

 p { color: rgb(117,83,184); }

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

<style>
 a { background-color: #7553B8; }

 a { background-color: rgb(117,83,184); }

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

<style>
 span { border-color: #7553B8; }

 span { border-color: rgb(117,83,184); }

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