#7165BD

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

Shades of Blue Marguerite #7165BD

Tints of Blue Marguerite #7165BD

Color information

#7165BD (or 0x7165BD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 65 and BD. RGB value is (113,101,189). Sum of RGB (Red+Green+Blue) = 113+101+189=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #7165BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7165BD is #8E9A42. Grayscale: #727272. Windows color (decimal): -9345603 or 12412273. OLE color: 12412273.

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

Color convert

RGB113101189-
CMYK0.400.4700.26
HSL248.18º40%56.86%-
HSV(B)248.18º46.56%74.12%-
XYZ20.6516.4950.24-
YUV114.62169.98126.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=28.04%
G=25.06%
B=46.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131011890.400.4700.26248.184056.86
Hex7165BD282F01Af82839
Octal16114527550570323705071
Binary111000111001011011110110100010111101101011111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7165BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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