#714FB3

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

Shades of Blue Marguerite #714FB3

Tints of Blue Marguerite #714FB3

Color information

#714FB3 (or 0x714FB3) is unknown color: approx Blue Marguerite. HEX triplet: 71, 4F and B3. RGB value is (113,79,179). Sum of RGB (Red+Green+Blue) = 113+79+179=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #714FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714FB3 is #8EB04C. Grayscale: #646464. Windows color (decimal): -9351245 or 11751281. OLE color: 11751281.

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

Color convert

RGB11379179-
CMYK0.370.5600.30
HSL260.4º39.68%50.59%-
HSV(B)260.4º55.87%70.2%-
XYZ17.7412.3644.1-
YUV100.57172.26136.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 179 (70.31% from 255) = 48.25%
R=30.46%
G=21.29%
B=48.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal113791790.370.5600.30260.439.6850.59
Hex714FB3253801E1042833
Octal16111726345700364045063
Binary1110001100111110110011100101111000011110100000100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714FB3; }

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

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

<style>
 a { background-color: #714FB3; }

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

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

<style>
 span { border-color: #714FB3; }

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

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