#7367BD

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

Shades of Blue Marguerite #7367BD

Tints of Blue Marguerite #7367BD

Color information

#7367BD (or 0x7367BD) is unknown color: approx Blue Marguerite. HEX triplet: 73, 67 and BD. RGB value is (115,103,189). Sum of RGB (Red+Green+Blue) = 115+103+189=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #7367BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367BD is #8C9842. Grayscale: #747474. Windows color (decimal): -9214019 or 12412787. OLE color: 12412787.

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

Color convert

RGB115103189-
CMYK0.390.4600.26
HSL248.37º39.45%57.25%-
HSV(B)248.37º45.5%74.12%-
XYZ21.1117.0250.32-
YUV116.39168.98127.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=28.26%
G=25.31%
B=46.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151031890.390.4600.26248.3739.4557.25
Hex7367BD272E01Af82739
Octal16314727547560323704771
Binary111001111001111011110110011110111001101011111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7367BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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