#755ABF

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

Shades of Blue Marguerite #755ABF

Tints of Blue Marguerite #755ABF

Color information

#755ABF (or 0x755ABF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5A and BF. RGB value is (117,90,191). Sum of RGB (Red+Green+Blue) = 117+90+191=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #755ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ABF is #8AA540. Grayscale: #6D6D6D. Windows color (decimal): -9086273 or 12540533. OLE color: 12540533.

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

Color convert

RGB11790191-
CMYK0.390.5300.25
HSL256.04º44.1%55.1%-
HSV(B)256.04º52.88%74.9%-
XYZ20.414.8651.08-
YUV109.59173.95133.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 191 (75% from 255) = 47.99%
R=29.40%
G=22.61%
B=47.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117901910.390.5300.25256.0444.155.1
Hex755ABF27350191002c37
Octal16513227747650314005467
Binary1110101101101010111111100111110101011001100000000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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