#755EAF

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

Shades of Blue Marguerite #755EAF

Tints of Blue Marguerite #755EAF

Color information

#755EAF (or 0x755EAF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5E and AF. RGB value is (117,94,175). Sum of RGB (Red+Green+Blue) = 117+94+175=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #755EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755EAF is #8AA150. Grayscale: #6D6D6D. Windows color (decimal): -9085265 or 11492981. OLE color: 11492981.

HSL color Cylindrical-coordinate representation of color #755EAF: hue angle of 257.04º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755EAF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11794175-
CMYK0.330.4600.31
HSL257.04º33.61%52.75%-
HSV(B)257.04º46.29%68.63%-
XYZ19.0814.8842.42-
YUV110.11164.62132.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 94 (37.11% from 255) = 24.35%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=30.31%
G=24.35%
B=45.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117941750.330.4600.31257.0433.6152.75
Hex755EAF212E01F1012235
Octal16513625741560374014265
Binary1110101101111010101111100001101110011111100000001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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