#716AB3

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

Shades of Blue Marguerite #716AB3

Tints of Blue Marguerite #716AB3

Color information

#716AB3 (or 0x716AB3) is unknown color: approx Blue Marguerite. HEX triplet: 71, 6A and B3. RGB value is (113,106,179). Sum of RGB (Red+Green+Blue) = 113+106+179=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 179 - color contains mainly: blue. Hex color #716AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716AB3 is #8E954C. Grayscale: #747474. Windows color (decimal): -9344333 or 11758193. OLE color: 11758193.

HSL color Cylindrical-coordinate representation of color #716AB3: hue angle of 245.75º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #716AB3 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB113106179-
CMYK0.370.4100.30
HSL245.75º32.44%55.88%-
HSV(B)245.75º40.78%70.2%-
XYZ20.117.0744.88-
YUV116.42163.32125.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.39%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 179 (70.31% from 255) = 44.97%
R=28.39%
G=26.63%
B=44.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1131061790.370.4100.30245.7532.4455.88
Hex716AB3252901Ef62038
Octal16115226345510363664070
Binary111000111010101011001110010110100101111011110110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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