#7154BC

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

Shades of Blue Marguerite #7154BC

Tints of Blue Marguerite #7154BC

Color information

#7154BC (or 0x7154BC) is unknown color: approx Blue Marguerite. HEX triplet: 71, 54 and BC. RGB value is (113,84,188). Sum of RGB (Red+Green+Blue) = 113+84+188=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #7154BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154BC is #8EAB43. Grayscale: #686868. Windows color (decimal): -9349956 or 12342385. OLE color: 12342385.

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

Color convert

RGB11384188-
CMYK0.400.5500.26
HSL256.73º43.7%53.33%-
HSV(B)256.73º55.32%73.73%-
XYZ19.0613.4849.17-
YUV104.53175.11134.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=29.35%
G=21.82%
B=48.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113841880.400.5500.26256.7343.753.33
Hex7154BC283701A1012c35
Octal16112427450670324015465
Binary1110001101010010111100101000110111011010100000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7154BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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