#7556af

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

Shades of Blue Marguerite #7556AF

Tints of Blue Marguerite #7556AF

Color information

#7556AF (or 0x7556AF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 56 and AF. RGB value is (117,86,175). Sum of RGB (Red+Green+Blue) = 117+86+175=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #7556AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7556AF is #8AA950. Grayscale: #696969. Windows color (decimal): -9087313 or 11490933. OLE color: 11490933.

HSL color Cylindrical-coordinate representation of color #7556AF: hue angle of 260.9º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7556AF is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11786175-
CMYK0.330.5100.31
HSL260.9º35.74%51.18%-
HSV(B)260.9º50.86%68.63%-
XYZ18.413.5342.2-
YUV105.42167.27136.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=30.95%
G=22.75%
B=46.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117861750.330.5100.31260.935.7451.18
Hex7556AF213301F1052433
Octal16512625741630374054463
Binary1110101101011010101111100001110011011111100000101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7556af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7556af; }

 p { color: rgb(117,86,175); }

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

<style>
 a { background-color: #7556af; }

 a { background-color: rgb(117,86,175); }

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

<style>
 span { border-color: #7556af; }

 span { border-color: rgb(117,86,175); }

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