#7265BA

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

Shades of Blue Marguerite #7265BA

Tints of Blue Marguerite #7265BA

Color information

#7265BA (or 0x7265BA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 65 and BA. RGB value is (114,101,186). Sum of RGB (Red+Green+Blue) = 114+101+186=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #7265BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265BA is #8D9A45. Grayscale: #727272. Windows color (decimal): -9280070 or 12215666. OLE color: 12215666.

HSL color Cylindrical-coordinate representation of color #7265BA: hue angle of 249.18º 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 #7265BA is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114101186-
CMYK0.390.4600.27
HSL249.18º38.12%56.27%-
HSV(B)249.18º45.7%72.94%-
XYZ20.4616.4348.55-
YUV114.58168.31127.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=28.43%
G=25.19%
B=46.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141011860.390.4600.27249.1838.1256.27
Hex7265BA272E01Bf92638
Octal16214527247560333714670
Binary111001011001011011101010011110111001101111111001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7265BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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