#755CB7

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

Shades of Blue Marguerite #755CB7

Tints of Blue Marguerite #755CB7

Color information

#755CB7 (or 0x755CB7) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5C and B7. RGB value is (117,92,183). Sum of RGB (Red+Green+Blue) = 117+92+183=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #755CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CB7 is #8AA348. Grayscale: #6D6D6D. Windows color (decimal): -9085769 or 12016757. OLE color: 12016757.

HSL color Cylindrical-coordinate representation of color #755CB7: hue angle of 256.48º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755CB7 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11792183-
CMYK0.360.5000.28
HSL256.48º38.72%53.92%-
HSV(B)256.48º49.73%71.76%-
XYZ19.7114.8646.63-
YUV109.85169.28133.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 183 (71.88% from 255) = 46.68%
R=29.85%
G=23.47%
B=46.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117921830.360.5000.28256.4838.7253.92
Hex755CB7243201C1002736
Octal16513426744620344004766
Binary1110101101110010110111100100110010011100100000000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,92,183); }

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

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

 a { background-color: rgb(117,92,183); }

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

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

 span { border-color: rgb(117,92,183); }

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