Html Css Color HEX #714EBC Blue Marguerite

📋 copy color: '#714EBC'

red 113 ◦ green 78 ◦ blue 188

#714EBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #714EBC

Tints of Blue Marguerite #714EBC

RGB

 RED value IS 113 (44.53% from 255) = 29.82%

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 29.82%
G = 20.58%
B = 49.6%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#714EBC (or 0x714EBC) is known color: Blue Marguerite. HEX triplet: 71, 4E and BC. RGB value is (113,78,188). Sum of RGB (Red+Green+Blue) = 113+78+188=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #714EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EBC is #8EB143. Grayscale: #646464. Windows color (decimal): -9351492 or 12340849. OLE color: 12340849.

HSL color Cylindrical-coordinate representation of color #714EBC: hue angle of 259.09º degrees, saturation: 0.45, 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 #714EBC is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 78 188 -
CMYK 0.40 0.59 0 0.26
HSL 259.09º 0.45% 0.52% -
HSV(B) 259.09º 0.59% 0.74% -
XYZ 18.61 12.59 49.03 -
YUV 101.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 113 78 188 0.40 0.59 0 0.26 259.09 0.45 0.52
Hex 71 4E BC 28 3B 0 1A 103 2D 34
Octal 161 116 274 50 73 0 32 403 55 64
Binary 1110001 1001110 10111100 101000 111011 0 11010 100000011 101101 110100

Color Harmonies of #714EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EBC

Black with #714EBC

Text Example


Text Example

White with #714EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #714EBC;
 }
 .AnyTagClassName
 {
   color: #714EBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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