#755DBF

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

Shades of Blue Marguerite #755DBF

Tints of Blue Marguerite #755DBF

Color information

#755DBF (or 0x755DBF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5D and BF. RGB value is (117,93,191). Sum of RGB (Red+Green+Blue) = 117+93+191=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #755DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DBF is #8AA240. Grayscale: #6E6E6E. Windows color (decimal): -9085505 or 12541301. OLE color: 12541301.

HSL color Cylindrical-coordinate representation of color #755DBF: hue angle of 254.69º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #755DBF is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11793191-
CMYK0.390.5100.25
HSL254.69º43.36%55.69%-
HSV(B)254.69º51.31%74.9%-
XYZ20.6515.3751.17-
YUV111.35172.95132.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 191 (75% from 255) = 47.63%
R=29.18%
G=23.19%
B=47.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117931910.390.5100.25254.6943.3655.69
Hex755DBF2733019ff2b38
Octal16513527747630313775370
Binary111010110111011011111110011111001101100111111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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