#755DBC

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

Shades of Blue Marguerite #755DBC

Tints of Blue Marguerite #755DBC

Color information

#755DBC (or 0x755DBC) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5D and BC. RGB value is (117,93,188). Sum of RGB (Red+Green+Blue) = 117+93+188=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #755DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DBC is #8AA243. Grayscale: #6E6E6E. Windows color (decimal): -9085508 or 12344693. OLE color: 12344693.

HSL color Cylindrical-coordinate representation of color #755DBC: hue angle of 255.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #755DBC is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11793188-
CMYK0.380.5100.26
HSL255.16º41.48%55.1%-
HSV(B)255.16º50.53%73.73%-
XYZ20.3315.2449.45-
YUV111.01171.45132.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=29.40%
G=23.37%
B=47.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117931880.380.5100.26255.1641.4855.1
Hex755DBC263301Aff2937
Octal16513527446630323775167
Binary111010110111011011110010011011001101101011111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,188); }

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

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

 a { background-color: rgb(117,93,188); }

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

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

 span { border-color: rgb(117,93,188); }

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