#7254BE

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

Shades of Blue Marguerite #7254BE

Tints of Blue Marguerite #7254BE

Color information

#7254BE (or 0x7254BE) is unknown color: approx Blue Marguerite. HEX triplet: 72, 54 and BE. RGB value is (114,84,190). Sum of RGB (Red+Green+Blue) = 114+84+190=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #7254BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254BE is #8DAB41. Grayscale: #686868. Windows color (decimal): -9284418 or 12473458. OLE color: 12473458.

HSL color Cylindrical-coordinate representation of color #7254BE: hue angle of 256.98º 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 #7254BE is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11484190-
CMYK0.400.5600.25
HSL256.98º44.92%53.73%-
HSV(B)256.98º55.79%74.51%-
XYZ19.413.6450.32-
YUV105.05175.94134.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=29.38%
G=21.65%
B=48.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114841900.400.5600.25256.9844.9253.73
Hex7254BE28380191012d36
Octal16212427650700314015566
Binary1110010101010010111110101000111000011001100000001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7254BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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