#7054BE

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

Shades of Blue Marguerite #7054BE

Tints of Blue Marguerite #7054BE

Color information

#7054BE (or 0x7054BE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 54 and BE. RGB value is (112,84,190). Sum of RGB (Red+Green+Blue) = 112+84+190=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #7054BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054BE is #8FAB41. Grayscale: #686868. Windows color (decimal): -9415490 or 12473456. OLE color: 12473456.

HSL color Cylindrical-coordinate representation of color #7054BE: 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.56%. Process color model (Four color, CMYK) of #7054BE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11284190-
CMYK0.410.5600.25
HSL255.85º44.92%53.73%-
HSV(B)255.85º55.79%74.51%-
XYZ19.1513.550.31-
YUV104.46176.28133.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=29.02%
G=21.76%
B=49.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112841900.410.5600.25255.8544.9253.73
Hex7054BE29380191002d36
Octal16012427651700314005566
Binary1110000101010010111110101001111000011001100000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7054BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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