#7254BC

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

Shades of Blue Marguerite #7254BC

Tints of Blue Marguerite #7254BC

Color information

#7254BC (or 0x7254BC) is unknown color: approx Blue Marguerite. HEX triplet: 72, 54 and BC. RGB value is (114,84,188). Sum of RGB (Red+Green+Blue) = 114+84+188=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #7254BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7254BC is #8DAB43. Grayscale: #686868. Windows color (decimal): -9284420 or 12342386. OLE color: 12342386.

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

Color convert

RGB11484188-
CMYK0.390.5500.26
HSL257.31º43.7%53.33%-
HSV(B)257.31º55.32%73.73%-
XYZ19.1913.5549.18-
YUV104.83174.94134.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 188 (73.83% from 255) = 48.70%
R=29.53%
G=21.76%
B=48.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114841880.390.5500.26257.3143.753.33
Hex7254BC273701A1012c35
Octal16212427447670324015465
Binary1110010101010010111100100111110111011010100000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7254BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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