#7553BF

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

Shades of Blue Marguerite #7553BF

Tints of Blue Marguerite #7553BF

Color information

#7553BF (or 0x7553BF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 53 and BF. RGB value is (117,83,191). Sum of RGB (Red+Green+Blue) = 117+83+191=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #7553BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553BF is #8AAC40. Grayscale: #696969. Windows color (decimal): -9088065 or 12538741. OLE color: 12538741.

HSL color Cylindrical-coordinate representation of color #7553BF: hue angle of 258.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7553BF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11783191-
CMYK0.390.5700.25
HSL258.89º45.76%53.73%-
HSV(B)258.89º56.54%74.9%-
XYZ19.8313.7350.9-
YUV105.48176.26136.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 191 (75% from 255) = 48.85%
R=29.92%
G=21.23%
B=48.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117831910.390.5700.25258.8945.7653.73
Hex7553BF27390191032e36
Octal16512327747710314035666
Binary1110101101001110111111100111111001011001100000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7553BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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