#716BB0

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

Shades of Blue Marguerite #716BB0

Tints of Blue Marguerite #716BB0

Color information

#716BB0 (or 0x716BB0) is unknown color: approx Blue Marguerite. HEX triplet: 71, 6B and B0. RGB value is (113,107,176). Sum of RGB (Red+Green+Blue) = 113+107+176=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 176 - color contains mainly: blue. Hex color #716BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BB0 is #8E944F. Grayscale: #747474. Windows color (decimal): -9344080 or 11561841. OLE color: 11561841.

HSL color Cylindrical-coordinate representation of color #716BB0: hue angle of 245.22º 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 #716BB0 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113107176-
CMYK0.360.3900.31
HSL245.22º30.4%55.49%-
HSV(B)245.22º39.2%69.02%-
XYZ19.917.1643.34-
YUV116.66161.49125.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 107 (42.19% from 255) = 27.02%
BLUE value IS 176 (69.14% from 255) = 44.44%
R=28.54%
G=27.02%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131071760.360.3900.31245.2230.455.49
Hex716BB0242701Ff51e37
Octal16115326044470373653667
Binary11100011101011101100001001001001110111111111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,107,176); }

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

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

 a { background-color: rgb(113,107,176); }

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

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

 span { border-color: rgb(113,107,176); }

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