#755FAD

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

Shades of Blue Marguerite #755FAD

Tints of Blue Marguerite #755FAD

Color information

#755FAD (or 0x755FAD) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5F and AD. RGB value is (117,95,173). Sum of RGB (Red+Green+Blue) = 117+95+173=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #755FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755FAD is #8AA052. Grayscale: #6E6E6E. Windows color (decimal): -9085011 or 11362165. OLE color: 11362165.

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

Color convert

RGB11795173-
CMYK0.320.4500.32
HSL256.92º32.23%52.55%-
HSV(B)256.92º45.09%67.84%-
XYZ18.9714.9841.43-
YUV110.47163.29132.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=30.39%
G=24.68%
B=44.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117951730.320.4500.32256.9232.2352.55
Hex755FAD202D0201012035
Octal16513725540550404014065
Binary11101011011111101011011000001011010100000100000001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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