#714BBB

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

Shades of Blue Marguerite #714BBB

Tints of Blue Marguerite #714BBB

Color information

#714BBB (or 0x714BBB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 4B and BB. RGB value is (113,75,187). Sum of RGB (Red+Green+Blue) = 113+75+187=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #714BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BBB is #8EB444. Grayscale: #626262. Windows color (decimal): -9352261 or 12274545. OLE color: 12274545.

HSL color Cylindrical-coordinate representation of color #714BBB: hue angle of 260.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #714BBB is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11375187-
CMYK0.400.6000.27
HSL260.36º45.16%51.37%-
HSV(B)260.36º59.89%73.33%-
XYZ18.312.1348.39-
YUV99.13177.59137.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=30.13%
G=20%
B=49.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113751870.400.6000.27260.3645.1651.37
Hex714BBB283C01B1042d33
Octal16111327350740334045563
Binary1110001100101110111011101000111100011011100000100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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