#7263BF

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

Shades of Blue Marguerite #7263BF

Tints of Blue Marguerite #7263BF

Color information

#7263BF (or 0x7263BF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 63 and BF. RGB value is (114,99,191). Sum of RGB (Red+Green+Blue) = 114+99+191=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #7263BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263BF is #8D9C40. Grayscale: #717171. Windows color (decimal): -9280577 or 12542834. OLE color: 12542834.

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

Color convert

RGB11499191-
CMYK0.400.4800.25
HSL249.78º41.82%56.86%-
HSV(B)249.78º48.17%74.9%-
XYZ20.8116.2651.33-
YUV113.97171.47128.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 191 (75% from 255) = 47.28%
R=28.22%
G=24.50%
B=47.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114991910.400.4800.25249.7841.8256.86
Hex7263BF2830019fa2a39
Octal16214327750600313725271
Binary111001011000111011111110100011000001100111111010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7263BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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