#714BBA

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

Shades of Blue Marguerite #714BBA

Tints of Blue Marguerite #714BBA

Color information

#714BBA (or 0x714BBA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 4B and BA. RGB value is (113,75,186). Sum of RGB (Red+Green+Blue) = 113+75+186=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #714BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BBA is #8EB445. Grayscale: #626262. Windows color (decimal): -9352262 or 12209009. OLE color: 12209009.

HSL color Cylindrical-coordinate representation of color #714BBA: hue angle of 260.54º 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 #714BBA is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11375186-
CMYK0.390.6000.27
HSL260.54º44.58%51.18%-
HSV(B)260.54º59.68%72.94%-
XYZ18.1912.0947.83-
YUV99.02177.09137.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=30.21%
G=20.05%
B=49.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113751860.390.6000.27260.5444.5851.18
Hex714BBA273C01B1052d33
Octal16111327247740334055563
Binary1110001100101110111010100111111100011011100000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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