#7158BD

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

Shades of Blue Marguerite #7158BD

Tints of Blue Marguerite #7158BD

Color information

#7158BD (or 0x7158BD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 58 and BD. RGB value is (113,88,189). Sum of RGB (Red+Green+Blue) = 113+88+189=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #7158BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7158BD is #8EA742. Grayscale: #6A6A6A. Windows color (decimal): -9348931 or 12408945. OLE color: 12408945.

HSL color Cylindrical-coordinate representation of color #7158BD: hue angle of 254.85º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7158BD is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11388189-
CMYK0.400.5300.26
HSL254.85º43.35%54.31%-
HSV(B)254.85º53.44%74.12%-
XYZ19.4914.1649.85-
YUV106.99174.28132.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=28.97%
G=22.56%
B=48.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113881890.400.5300.26254.8543.3554.31
Hex7158BD283501Aff2b36
Octal16113027550650323775366
Binary111000110110001011110110100011010101101011111111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7158BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7158BD; }

 p { color: rgb(113,88,189); }

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

<style>
 a { background-color: #7158BD; }

 a { background-color: rgb(113,88,189); }

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

<style>
 span { border-color: #7158BD; }

 span { border-color: rgb(113,88,189); }

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