#7154BA

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

Shades of Blue Marguerite #7154BA

Tints of Blue Marguerite #7154BA

Color information

#7154BA (or 0x7154BA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 54 and BA. RGB value is (113,84,186). Sum of RGB (Red+Green+Blue) = 113+84+186=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #7154BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154BA is #8EAB45. Grayscale: #676767. Windows color (decimal): -9349958 or 12211313. OLE color: 12211313.

HSL color Cylindrical-coordinate representation of color #7154BA: hue angle of 257.06º degrees, saturation: 0.42, 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 #7154BA is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11384186-
CMYK0.390.5500.27
HSL257.06º42.5%52.94%-
HSV(B)257.06º54.84%72.94%-
XYZ18.8413.448.05-
YUV104.3174.11134.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=29.50%
G=21.93%
B=48.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113841860.390.5500.27257.0642.552.94
Hex7154BA273701B1012a35
Octal16112427247670334015265
Binary1110001101010010111010100111110111011011100000001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7154BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7154BA; }

 p { color: rgb(113,84,186); }

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

<style>
 a { background-color: #7154BA; }

 a { background-color: rgb(113,84,186); }

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

<style>
 span { border-color: #7154BA; }

 span { border-color: rgb(113,84,186); }

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