#755BBC

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

Shades of Blue Marguerite #755BBC

Tints of Blue Marguerite #755BBC

Color information

#755BBC (or 0x755BBC) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5B and BC. RGB value is (117,91,188). Sum of RGB (Red+Green+Blue) = 117+91+188=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #755BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BBC is #8AA443. Grayscale: #6D6D6D. Windows color (decimal): -9086020 or 12344181. OLE color: 12344181.

HSL color Cylindrical-coordinate representation of color #755BBC: hue angle of 256.08º degrees, saturation: 0.42, 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 #755BBC is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11791188-
CMYK0.380.5200.26
HSL256.08º41.99%54.71%-
HSV(B)256.08º51.6%73.73%-
XYZ20.1514.8949.39-
YUV109.83172.11133.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 188 (73.83% from 255) = 47.47%
R=29.55%
G=22.98%
B=47.47%

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
Decimal117911880.380.5200.26256.0841.9954.71
Hex755BBC263401A1002a37
Octal16513327446640324005267
Binary1110101101101110111100100110110100011010100000000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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