#714BBD

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

Shades of Blue Marguerite #714BBD

Tints of Blue Marguerite #714BBD

Color information

#714BBD (or 0x714BBD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 4B and BD. RGB value is (113,75,189). Sum of RGB (Red+Green+Blue) = 113+75+189=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #714BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BBD is #8EB442. Grayscale: #626262. Windows color (decimal): -9352259 or 12405617. OLE color: 12405617.

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

Color convert

RGB11375189-
CMYK0.400.6000.26
HSL260º46.34%51.76%-
HSV(B)260º60.32%74.12%-
XYZ18.5112.2249.53-
YUV99.36178.59137.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=29.97%
G=19.89%
B=50.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113751890.400.6000.2626046.3451.76
Hex714BBD283C01A1042e34
Octal16111327550740324045664
Binary1110001100101110111101101000111100011010100000100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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