#755EAC

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

Shades of Blue Marguerite #755EAC

Tints of Blue Marguerite #755EAC

Color information

#755EAC (or 0x755EAC) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5E and AC. RGB value is (117,94,172). Sum of RGB (Red+Green+Blue) = 117+94+172=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #755EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755EAC is #8AA153. Grayscale: #6D6D6D. Windows color (decimal): -9085268 or 11296373. OLE color: 11296373.

HSL color Cylindrical-coordinate representation of color #755EAC: hue angle of 257.69º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755EAC is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11794172-
CMYK0.320.4500.33
HSL257.69º31.97%52.16%-
HSV(B)257.69º45.35%67.45%-
XYZ18.7914.7740.89-
YUV109.77163.12133.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 94 (37.11% from 255) = 24.54%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=30.55%
G=24.54%
B=44.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117941720.320.4500.33257.6931.9752.16
Hex755EAC202D0211022034
Octal16513625440550414024064
Binary11101011011110101011001000001011010100001100000010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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