#7267B4

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

Shades of Blue Marguerite #7267B4

Tints of Blue Marguerite #7267B4

Color information

#7267B4 (or 0x7267B4) is unknown color: approx Blue Marguerite. HEX triplet: 72, 67 and B4. RGB value is (114,103,180). Sum of RGB (Red+Green+Blue) = 114+103+180=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #7267B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267B4 is #8D984B. Grayscale: #727272. Windows color (decimal): -9279564 or 11822962. OLE color: 11822962.

HSL color Cylindrical-coordinate representation of color #7267B4: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7267B4 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB114103180-
CMYK0.370.4300.29
HSL248.57º33.92%55.49%-
HSV(B)248.57º42.78%70.59%-
XYZ20.0316.5745.32-
YUV115.07164.64127.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=28.72%
G=25.94%
B=45.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141031800.370.4300.29248.5733.9255.49
Hex7267B4252B01Df92237
Octal16214726445530353714267
Binary111001011001111011010010010110101101110111111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7267B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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