#7267BA

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

Shades of Blue Marguerite #7267BA

Tints of Blue Marguerite #7267BA

Color information

#7267BA (or 0x7267BA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 67 and BA. RGB value is (114,103,186). Sum of RGB (Red+Green+Blue) = 114+103+186=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #7267BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267BA is #8D9845. Grayscale: #737373. Windows color (decimal): -9279558 or 12216178. OLE color: 12216178.

HSL color Cylindrical-coordinate representation of color #7267BA: hue angle of 247.95º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7267BA is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114103186-
CMYK0.390.4500.27
HSL247.95º37.56%56.67%-
HSV(B)247.95º44.62%72.94%-
XYZ20.6516.8248.61-
YUV115.75167.64126.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=28.29%
G=25.56%
B=46.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141031860.390.4500.27247.9537.5656.67
Hex7267BA272D01Bf82639
Octal16214727247550333704671
Binary111001011001111011101010011110110101101111111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7267BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7267BA; }

 p { color: rgb(114,103,186); }

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

<style>
 a { background-color: #7267BA; }

 a { background-color: rgb(114,103,186); }

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

<style>
 span { border-color: #7267BA; }

 span { border-color: rgb(114,103,186); }

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