#716CAF

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

Shades of Blue Marguerite #716CAF

Tints of Blue Marguerite #716CAF

Color information

#716CAF (or 0x716CAF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 6C and AF. RGB value is (113,108,175). Sum of RGB (Red+Green+Blue) = 113+108+175=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #716CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716CAF is #8E9350. Grayscale: #747474. Windows color (decimal): -9343825 or 11496561. OLE color: 11496561.

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

Color convert

RGB113108175-
CMYK0.350.3800.31
HSL244.48º29.52%55.49%-
HSV(B)244.48º38.29%68.63%-
XYZ19.9117.3342.85-
YUV117.13160.66125.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 108 (42.58% from 255) = 27.27%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=28.54%
G=27.27%
B=44.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131081750.350.3800.31244.4829.5255.49
Hex716CAF232601Ff41e37
Octal16115425743460373643667
Binary11100011101100101011111000111001100111111111010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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