#755CAE

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

Shades of Blue Marguerite #755CAE

Tints of Blue Marguerite #755CAE

Color information

#755CAE (or 0x755CAE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5C and AE. RGB value is (117,92,174). Sum of RGB (Red+Green+Blue) = 117+92+174=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #755CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755CAE is #8AA351. Grayscale: #6C6C6C. Windows color (decimal): -9085778 or 11426933. OLE color: 11426933.

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

Color convert

RGB11792174-
CMYK0.330.4700.32
HSL258.29º33.61%52.16%-
HSV(B)258.29º47.13%68.24%-
XYZ18.814.4941.85-
YUV108.82164.78133.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=30.55%
G=24.02%
B=45.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117921740.330.4700.32258.2933.6152.16
Hex755CAE212F0201022234
Octal16513425641570404024264
Binary11101011011100101011101000011011110100000100000010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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