#7165BB

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

Shades of Blue Marguerite #7165BB

Tints of Blue Marguerite #7165BB

Color information

#7165BB (or 0x7165BB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 65 and BB. RGB value is (113,101,187). Sum of RGB (Red+Green+Blue) = 113+101+187=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #7165BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7165BB is #8E9A44. Grayscale: #727272. Windows color (decimal): -9345605 or 12281201. OLE color: 12281201.

HSL color Cylindrical-coordinate representation of color #7165BB: hue angle of 248.37º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7165BB is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113101187-
CMYK0.400.4600.27
HSL248.37º38.74%56.47%-
HSV(B)248.37º45.99%73.33%-
XYZ20.4316.4149.1-
YUV114.39168.98127.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.18%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=28.18%
G=25.19%
B=46.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131011870.400.4600.27248.3738.7456.47
Hex7165BB282E01Bf82738
Octal16114527350560333704770
Binary111000111001011011101110100010111001101111111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7165BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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