#755ABE

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

Shades of Blue Marguerite #755ABE

Tints of Blue Marguerite #755ABE

Color information

#755ABE (or 0x755ABE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5A and BE. RGB value is (117,90,190). Sum of RGB (Red+Green+Blue) = 117+90+190=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #755ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ABE is #8AA541. Grayscale: #6D6D6D. Windows color (decimal): -9086274 or 12474997. OLE color: 12474997.

HSL color Cylindrical-coordinate representation of color #755ABE: hue angle of 256.2º degrees, saturation: 0.43, 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 #755ABE is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11790190-
CMYK0.380.5300.25
HSL256.2º43.48%54.9%-
HSV(B)256.2º52.63%74.51%-
XYZ20.2914.8150.5-
YUV109.47173.45133.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=29.47%
G=22.67%
B=47.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117901900.380.5300.25256.243.4854.9
Hex755ABE26350191002b37
Octal16513227646650314005367
Binary1110101101101010111110100110110101011001100000000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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