#7254BA

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

Shades of Blue Marguerite #7254BA

Tints of Blue Marguerite #7254BA

Color information

#7254BA (or 0x7254BA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 54 and BA. RGB value is (114,84,186). Sum of RGB (Red+Green+Blue) = 114+84+186=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #7254BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254BA is #8DAB45. Grayscale: #686868. Windows color (decimal): -9284422 or 12211314. OLE color: 12211314.

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

Color convert

RGB11484186-
CMYK0.390.5500.27
HSL257.65º42.5%52.94%-
HSV(B)257.65º54.84%72.94%-
XYZ18.9713.4648.05-
YUV104.6173.94134.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=29.69%
G=21.88%
B=48.44%

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
Decimal114841860.390.5500.27257.6542.552.94
Hex7254BA273701B1022a35
Octal16212427247670334025265
Binary1110010101010010111010100111110111011011100000010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7254BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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