#7365BD

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

Shades of Blue Marguerite #7365BD

Tints of Blue Marguerite #7365BD

Color information

#7365BD (or 0x7365BD) is unknown color: approx Blue Marguerite. HEX triplet: 73, 65 and BD. RGB value is (115,101,189). Sum of RGB (Red+Green+Blue) = 115+101+189=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #7365BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7365BD is #8C9A42. Grayscale: #727272. Windows color (decimal): -9214531 or 12412275. OLE color: 12412275.

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

Color convert

RGB115101189-
CMYK0.390.4700.26
HSL249.55º40%56.86%-
HSV(B)249.55º46.56%74.12%-
XYZ20.9116.6350.25-
YUV115.22169.64127.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.40%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=28.40%
G=24.94%
B=46.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151011890.390.4700.26249.554056.86
Hex7365BD272F01Afa2839
Octal16314527547570323725071
Binary111001111001011011110110011110111101101011111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7365BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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