#716ABE

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

Shades of Blue Marguerite #716ABE

Tints of Blue Marguerite #716ABE

Color information

#716ABE (or 0x716ABE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 6A and BE. RGB value is (113,106,190). Sum of RGB (Red+Green+Blue) = 113+106+190=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #716ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ABE is #8E9541. Grayscale: #757575. Windows color (decimal): -9344322 or 12479089. OLE color: 12479089.

HSL color Cylindrical-coordinate representation of color #716ABE: hue angle of 245º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #716ABE is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113106190-
CMYK0.410.4400.25
HSL245º39.25%58.04%-
HSV(B)245º44.21%74.51%-
XYZ21.2617.5450.98-
YUV117.67168.82124.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=27.63%
G=25.92%
B=46.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131061900.410.4400.2524539.2558.04
Hex716ABE292C019f5273a
Octal16115227651540313654772
Binary111000111010101011111010100110110001100111110101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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