#755BBD

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

Shades of Blue Marguerite #755BBD

Tints of Blue Marguerite #755BBD

Color information

#755BBD (or 0x755BBD) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5B and BD. RGB value is (117,91,189). Sum of RGB (Red+Green+Blue) = 117+91+189=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #755BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BBD is #8AA442. Grayscale: #6D6D6D. Windows color (decimal): -9086019 or 12409717. OLE color: 12409717.

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

Color convert

RGB11791189-
CMYK0.380.5200.26
HSL255.92º42.61%54.9%-
HSV(B)255.92º51.85%74.12%-
XYZ20.2614.9449.96-
YUV109.95172.61133.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=29.47%
G=22.92%
B=47.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117911890.380.5200.26255.9242.6154.9
Hex755BBD263401A1002b37
Octal16513327546640324005367
Binary1110101101101110111101100110110100011010100000000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,91,189); }

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

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

 a { background-color: rgb(117,91,189); }

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

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

 span { border-color: rgb(117,91,189); }

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