#7267BD

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

Shades of Blue Marguerite #7267BD

Tints of Blue Marguerite #7267BD

Color information

#7267BD (or 0x7267BD) is unknown color: approx Blue Marguerite. HEX triplet: 72, 67 and BD. RGB value is (114,103,189). Sum of RGB (Red+Green+Blue) = 114+103+189=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #7267BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267BD is #8D9842. Grayscale: #737373. Windows color (decimal): -9279555 or 12412786. OLE color: 12412786.

HSL color Cylindrical-coordinate representation of color #7267BD: hue angle of 247.67º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7267BD is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114103189-
CMYK0.400.4600.26
HSL247.67º39.45%57.25%-
HSV(B)247.67º45.5%74.12%-
XYZ20.9716.9550.31-
YUV116.09169.14126.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=28.08%
G=25.37%
B=46.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141031890.400.4600.26247.6739.4557.25
Hex7267BD282E01Af82739
Octal16214727550560323704771
Binary111001011001111011110110100010111001101011111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7267BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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