#7054BB

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

Shades of Blue Marguerite #7054BB

Tints of Blue Marguerite #7054BB

Color information

#7054BB (or 0x7054BB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 54 and BB. RGB value is (112,84,187). Sum of RGB (Red+Green+Blue) = 112+84+187=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #7054BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054BB is #8FAB44. Grayscale: #676767. Windows color (decimal): -9415493 or 12276848. OLE color: 12276848.

HSL color Cylindrical-coordinate representation of color #7054BB: hue angle of 256.31º 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 #7054BB is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11284187-
CMYK0.400.5500.27
HSL256.31º43.1%53.14%-
HSV(B)256.31º55.08%73.33%-
XYZ18.8213.3748.6-
YUV104.11174.78133.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=29.24%
G=21.93%
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.27
SystemRedGreenBlueCMYKHSL
Decimal112841870.400.5500.27256.3143.153.14
Hex7054BB283701B1002b35
Octal16012427350670334005365
Binary1110000101010010111011101000110111011011100000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7054BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,84,187); }

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

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

 a { background-color: rgb(112,84,187); }

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

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

 span { border-color: rgb(112,84,187); }

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