#755EAD

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

Shades of Blue Marguerite #755EAD

Tints of Blue Marguerite #755EAD

Color information

#755EAD (or 0x755EAD) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5E and AD. RGB value is (117,94,173). Sum of RGB (Red+Green+Blue) = 117+94+173=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #755EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755EAD is #8AA152. Grayscale: #6D6D6D. Windows color (decimal): -9085267 or 11361909. OLE color: 11361909.

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

Color convert

RGB11794173-
CMYK0.320.4600.32
HSL257.47º32.51%52.35%-
HSV(B)257.47º45.66%67.84%-
XYZ18.8814.841.4-
YUV109.88163.62133.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=30.47%
G=24.48%
B=45.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117941730.320.4600.32257.4732.5152.35
Hex755EAD202E0201012134
Octal16513625540560404014164
Binary11101011011110101011011000001011100100000100000001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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