#716BB5

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

Shades of Blue Marguerite #716BB5

Tints of Blue Marguerite #716BB5

Color information

#716BB5 (or 0x716BB5) is unknown color: approx Blue Marguerite. HEX triplet: 71, 6B and B5. RGB value is (113,107,181). Sum of RGB (Red+Green+Blue) = 113+107+181=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #716BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BB5 is #8E944A. Grayscale: #747474. Windows color (decimal): -9344075 or 11889521. OLE color: 11889521.

HSL color Cylindrical-coordinate representation of color #716BB5: hue angle of 244.86º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #716BB5 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB113107181-
CMYK0.380.4100.29
HSL244.86º33.33%56.47%-
HSV(B)244.86º40.88%70.98%-
XYZ20.4117.3645.99-
YUV117.23163.99124.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.18%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 181 (71.09% from 255) = 45.14%
R=28.18%
G=26.68%
B=45.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131071810.380.4100.29244.8633.3356.47
Hex716BB5262901Df52138
Octal16115326546510353654170
Binary111000111010111011010110011010100101110111110101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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