#756BB5

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

Shades of Blue Marguerite #756BB5

Tints of Blue Marguerite #756BB5

Color information

#756BB5 (or 0x756BB5) is unknown color: approx Blue Marguerite. HEX triplet: 75, 6B and B5. RGB value is (117,107,181). Sum of RGB (Red+Green+Blue) = 117+107+181=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #756BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756BB5 is #8A944A. Grayscale: #767676. Windows color (decimal): -9081931 or 11889525. OLE color: 11889525.

HSL color Cylindrical-coordinate representation of color #756BB5: hue angle of 248.11º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756BB5 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117107181-
CMYK0.350.4100.29
HSL248.11º33.33%56.47%-
HSV(B)248.11º40.88%70.98%-
XYZ20.9317.6346.02-
YUV118.43163.31126.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 181 (71.09% from 255) = 44.69%
R=28.89%
G=26.42%
B=44.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171071810.350.4100.29248.1133.3356.47
Hex756BB5232901Df82138
Octal16515326543510353704170
Binary111010111010111011010110001110100101110111111000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756BB5; }

 p { color: rgb(117,107,181); }

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

<style>
 a { background-color: #756BB5; }

 a { background-color: rgb(117,107,181); }

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

<style>
 span { border-color: #756BB5; }

 span { border-color: rgb(117,107,181); }

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