#755EBA

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

Shades of Blue Marguerite #755EBA

Tints of Blue Marguerite #755EBA

Color information

#755EBA (or 0x755EBA) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5E and BA. RGB value is (117,94,186). Sum of RGB (Red+Green+Blue) = 117+94+186=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #755EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EBA is #8AA145. Grayscale: #6F6F6F. Windows color (decimal): -9085254 or 12213877. OLE color: 12213877.

HSL color Cylindrical-coordinate representation of color #755EBA: hue angle of 255º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #755EBA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11794186-
CMYK0.370.4900.27
HSL255º40%54.9%-
HSV(B)255º49.46%72.94%-
XYZ20.215.3348.35-
YUV111.36170.12132.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=29.47%
G=23.68%
B=46.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117941860.370.4900.272554054.9
Hex755EBA253101Bff2837
Octal16513627245610333775067
Binary111010110111101011101010010111000101101111111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755EBA; }

 p { color: rgb(117,94,186); }

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

<style>
 a { background-color: #755EBA; }

 a { background-color: rgb(117,94,186); }

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

<style>
 span { border-color: #755EBA; }

 span { border-color: rgb(117,94,186); }

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