#755CAF

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

Shades of Blue Marguerite #755CAF

Tints of Blue Marguerite #755CAF

Color information

#755CAF (or 0x755CAF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5C and AF. RGB value is (117,92,175). Sum of RGB (Red+Green+Blue) = 117+92+175=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #755CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755CAF is #8AA350. Grayscale: #6C6C6C. Windows color (decimal): -9085777 or 11492469. OLE color: 11492469.

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

Color convert

RGB11792175-
CMYK0.330.4700.31
HSL258.07º34.16%52.35%-
HSV(B)258.07º47.43%68.63%-
XYZ18.914.5342.37-
YUV108.94165.28133.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=30.47%
G=23.96%
B=45.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117921750.330.4700.31258.0734.1652.35
Hex755CAF212F01F1022234
Octal16513425741570374024264
Binary1110101101110010101111100001101111011111100000010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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