#716AAF

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

Shades of Blue Marguerite #716AAF

Tints of Blue Marguerite #716AAF

Color information

#716AAF (or 0x716AAF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 6A and AF. RGB value is (113,106,175). Sum of RGB (Red+Green+Blue) = 113+106+175=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #716AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716AAF is #8E9550. Grayscale: #737373. Windows color (decimal): -9344337 or 11496049. OLE color: 11496049.

HSL color Cylindrical-coordinate representation of color #716AAF: hue angle of 246.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #716AAF is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113106175-
CMYK0.350.3900.31
HSL246.09º30.13%55.1%-
HSV(B)246.09º39.43%68.63%-
XYZ19.716.9142.78-
YUV115.96161.32125.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 175 (68.75% from 255) = 44.42%
R=28.68%
G=26.90%
B=44.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131061750.350.3900.31246.0930.1355.1
Hex716AAF232701Ff61e37
Octal16115225743470373663667
Binary11100011101010101011111000111001110111111111011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716AAF; }

 p { color: rgb(113,106,175); }

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

<style>
 a { background-color: #716AAF; }

 a { background-color: rgb(113,106,175); }

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

<style>
 span { border-color: #716AAF; }

 span { border-color: rgb(113,106,175); }

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