#7467BB

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

Shades of Blue Marguerite #7467BB

Tints of Blue Marguerite #7467BB

Color information

#7467BB (or 0x7467BB) is unknown color: approx Blue Marguerite. HEX triplet: 74, 67 and BB. RGB value is (116,103,187). Sum of RGB (Red+Green+Blue) = 116+103+187=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #7467BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467BB is #8B9844. Grayscale: #747474. Windows color (decimal): -9148485 or 12281716. OLE color: 12281716.

HSL color Cylindrical-coordinate representation of color #7467BB: hue angle of 249.29º 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 #7467BB is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116103187-
CMYK0.380.4500.27
HSL249.29º38.18%56.86%-
HSV(B)249.29º44.92%73.33%-
XYZ21.021749.19-
YUV116.46167.81127.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=28.57%
G=25.37%
B=46.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161031870.380.4500.27249.2938.1856.86
Hex7467BB262D01Bf92639
Octal16414727346550333714671
Binary111010011001111011101110011010110101101111111001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7467BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7467BB; }

 p { color: rgb(116,103,187); }

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

<style>
 a { background-color: #7467BB; }

 a { background-color: rgb(116,103,187); }

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

<style>
 span { border-color: #7467BB; }

 span { border-color: rgb(116,103,187); }

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