#7753BE

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

Shades of Blue Marguerite #7753BE

Tints of Blue Marguerite #7753BE

Color information

#7753BE (or 0x7753BE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 53 and BE. RGB value is (119,83,190). Sum of RGB (Red+Green+Blue) = 119+83+190=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #7753BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7753BE is #88AC41. Grayscale: #696969. Windows color (decimal): -8956994 or 12473207. OLE color: 12473207.

HSL color Cylindrical-coordinate representation of color #7753BE: hue angle of 260.19º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7753BE is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11983190-
CMYK0.370.5600.25
HSL260.19º45.15%53.53%-
HSV(B)260.19º56.32%74.51%-
XYZ2013.8350.33-
YUV105.96175.43137.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=30.36%
G=21.17%
B=48.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119831900.370.5600.25260.1945.1553.53
Hex7753BE25380191042d36
Octal16712327645700314045566
Binary1110111101001110111110100101111000011001100000100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7753BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7753BE; }

 p { color: rgb(119,83,190); }

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

<style>
 a { background-color: #7753BE; }

 a { background-color: rgb(119,83,190); }

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

<style>
 span { border-color: #7753BE; }

 span { border-color: rgb(119,83,190); }

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