#7155BB

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

Shades of Blue Marguerite #7155BB

Tints of Blue Marguerite #7155BB

Color information

#7155BB (or 0x7155BB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 55 and BB. RGB value is (113,85,187). Sum of RGB (Red+Green+Blue) = 113+85+187=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #7155BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7155BB is #8EAA44. Grayscale: #686868. Windows color (decimal): -9349701 or 12277105. OLE color: 12277105.

HSL color Cylindrical-coordinate representation of color #7155BB: hue angle of 256.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7155BB is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11385187-
CMYK0.400.5500.27
HSL256.47º42.86%53.33%-
HSV(B)256.47º54.55%73.33%-
XYZ19.0313.648.64-
YUV105174.28133.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=29.35%
G=22.08%
B=48.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113851870.400.5500.27256.4742.8653.33
Hex7155BB283701B1002b35
Octal16112527350670334005365
Binary1110001101010110111011101000110111011011100000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7155BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7155BB; }

 p { color: rgb(113,85,187); }

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

<style>
 a { background-color: #7155BB; }

 a { background-color: rgb(113,85,187); }

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

<style>
 span { border-color: #7155BB; }

 span { border-color: rgb(113,85,187); }

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