#7168AE

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

Shades of Blue Marguerite #7168AE

Tints of Blue Marguerite #7168AE

Color information

#7168AE (or 0x7168AE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 68 and AE. RGB value is (113,104,174). Sum of RGB (Red+Green+Blue) = 113+104+174=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #7168AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7168AE is #8E9751. Grayscale: #727272. Windows color (decimal): -9344850 or 11430001. OLE color: 11430001.

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

Color convert

RGB113104174-
CMYK0.350.4000.32
HSL247.71º30.17%54.51%-
HSV(B)247.71º40.23%68.24%-
XYZ19.416.4742.2-
YUV114.67161.48126.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=28.90%
G=26.60%
B=44.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131041740.350.4000.32247.7130.1754.51
Hex7168AE2328020f81e37
Octal16115025643500403703667
Binary111000111010001010111010001110100001000001111100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7168AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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