#7165BE

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

Shades of Blue Marguerite #7165BE

Tints of Blue Marguerite #7165BE

Color information

#7165BE (or 0x7165BE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 65 and BE. RGB value is (113,101,190). Sum of RGB (Red+Green+Blue) = 113+101+190=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #7165BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7165BE is #8E9A41. Grayscale: #727272. Windows color (decimal): -9345602 or 12477809. OLE color: 12477809.

HSL color Cylindrical-coordinate representation of color #7165BE: hue angle of 248.09º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7165BE is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113101190-
CMYK0.410.4700.25
HSL248.09º40.64%57.06%-
HSV(B)248.09º46.84%74.51%-
XYZ20.7616.5450.81-
YUV114.73170.48126.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=27.97%
G=25%
B=47.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131011900.410.4700.25248.0940.6457.06
Hex7165BE292F019f82939
Octal16114527651570313705171
Binary111000111001011011111010100110111101100111111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7165BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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