#7263B9

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

Shades of Blue Marguerite #7263B9

Tints of Blue Marguerite #7263B9

Color information

#7263B9 (or 0x7263B9) is unknown color: approx Blue Marguerite. HEX triplet: 72, 63 and B9. RGB value is (114,99,185). Sum of RGB (Red+Green+Blue) = 114+99+185=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #7263B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263B9 is #8D9C46. Grayscale: #707070. Windows color (decimal): -9280583 or 12149618. OLE color: 12149618.

HSL color Cylindrical-coordinate representation of color #7263B9: hue angle of 250.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7263B9 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11499185-
CMYK0.380.4600.27
HSL250.47º38.05%55.69%-
HSV(B)250.47º46.49%72.55%-
XYZ20.161647.93-
YUV113.29168.47128.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 185 (72.66% from 255) = 46.48%
R=28.64%
G=24.87%
B=46.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114991850.380.4600.27250.4738.0555.69
Hex7263B9262E01Bfa2638
Octal16214327146560333724670
Binary111001011000111011100110011010111001101111111010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7263B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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