#7257BF

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

Shades of Blue Marguerite #7257BF

Tints of Blue Marguerite #7257BF

Color information

#7257BF (or 0x7257BF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 57 and BF. RGB value is (114,87,191). Sum of RGB (Red+Green+Blue) = 114+87+191=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #7257BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7257BF is #8DA840. Grayscale: #6A6A6A. Windows color (decimal): -9283649 or 12539762. OLE color: 12539762.

HSL color Cylindrical-coordinate representation of color #7257BF: hue angle of 255.58º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7257BF is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11487191-
CMYK0.400.5400.25
HSL255.58º44.83%54.51%-
HSV(B)255.58º54.45%74.9%-
XYZ19.7514.1650.98-
YUV106.93175.45133.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 87 (34.38% from 255) = 22.19%
BLUE value IS 191 (75% from 255) = 48.72%
R=29.08%
G=22.19%
B=48.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114871910.400.5400.25255.5844.8354.51
Hex7257BF28360191002d37
Octal16212727750660314005567
Binary1110010101011110111111101000110110011001100000000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7257BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7257BF; }

 p { color: rgb(114,87,191); }

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

<style>
 a { background-color: #7257BF; }

 a { background-color: rgb(114,87,191); }

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

<style>
 span { border-color: #7257BF; }

 span { border-color: rgb(114,87,191); }

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