#7155BF

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

Shades of Blue Marguerite #7155BF

Tints of Blue Marguerite #7155BF

Color information

#7155BF (or 0x7155BF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 55 and BF. RGB value is (113,85,191). Sum of RGB (Red+Green+Blue) = 113+85+191=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #7155BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7155BF is #8EAA40. Grayscale: #696969. Windows color (decimal): -9349697 or 12539249. OLE color: 12539249.

HSL color Cylindrical-coordinate representation of color #7155BF: hue angle of 255.85º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7155BF is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11385191-
CMYK0.410.5500.25
HSL255.85º45.3%54.12%-
HSV(B)255.85º55.5%74.9%-
XYZ19.4613.7750.92-
YUV105.46176.28133.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 191 (75% from 255) = 49.10%
R=29.05%
G=21.85%
B=49.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113851910.410.5500.25255.8545.354.12
Hex7155BF29370191002d36
Octal16112527751670314005566
Binary1110001101010110111111101001110111011001100000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7155BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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