#7167AE

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

Shades of Blue Marguerite #7167AE

Tints of Blue Marguerite #7167AE

Color information

#7167AE (or 0x7167AE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 67 and AE. RGB value is (113,103,174). Sum of RGB (Red+Green+Blue) = 113+103+174=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #7167AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7167AE is #8E9851. Grayscale: #717171. Windows color (decimal): -9345106 or 11429745. OLE color: 11429745.

HSL color Cylindrical-coordinate representation of color #7167AE: hue angle of 248.45º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7167AE is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113103174-
CMYK0.350.4100.32
HSL248.45º30.47%54.31%-
HSV(B)248.45º40.8%68.24%-
XYZ19.316.2742.17-
YUV114.08161.81127.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=28.97%
G=26.41%
B=44.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131031740.350.4100.32248.4530.4754.31
Hex7167AE2329020f81e36
Octal16114725643510403703666
Binary111000111001111010111010001110100101000001111100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7167AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7167AE; }

 p { color: rgb(113,103,174); }

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

<style>
 a { background-color: #7167AE; }

 a { background-color: rgb(113,103,174); }

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

<style>
 span { border-color: #7167AE; }

 span { border-color: rgb(113,103,174); }

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