#714EBD

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

Shades of Blue Marguerite #714EBD

Tints of Blue Marguerite #714EBD

Color information

#714EBD (or 0x714EBD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 4E and BD. RGB value is (113,78,189). Sum of RGB (Red+Green+Blue) = 113+78+189=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #714EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EBD is #8EB142. Grayscale: #646464. Windows color (decimal): -9351491 or 12406385. OLE color: 12406385.

HSL color Cylindrical-coordinate representation of color #714EBD: hue angle of 258.92º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #714EBD is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11378189-
CMYK0.400.5900.26
HSL258.92º45.68%52.35%-
HSV(B)258.92º58.73%74.12%-
XYZ18.7212.6349.6-
YUV101.12177.6136.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 189 (74.22% from 255) = 49.74%
R=29.74%
G=20.53%
B=49.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113781890.400.5900.26258.9245.6852.35
Hex714EBD283B01A1032e34
Octal16111627550730324035664
Binary1110001100111010111101101000111011011010100000011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,78,189); }

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

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

 a { background-color: rgb(113,78,189); }

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

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

 span { border-color: rgb(113,78,189); }

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