Html Css Color HEX #714EBB Blue Marguerite

📋 copy color: '#714EBB'

red 113 ◦ green 78 ◦ blue 187

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

Shades of Blue Marguerite #714EBB

Tints of Blue Marguerite #714EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 29.89%
G = 20.63%
B = 49.47%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#714EBB (or 0x714EBB) is known color: Blue Marguerite. HEX triplet: 71, 4E and BB. RGB value is (113,78,187). Sum of RGB (Red+Green+Blue) = 113+78+187=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #714EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EBB is #8EB144. Grayscale: #646464. Windows color (decimal): -9351493 or 12275313. OLE color: 12275313.

HSL color Cylindrical-coordinate representation of color #714EBB: hue angle of 259.27º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #714EBB is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 78 187 -
CMYK 0.40 0.58 0 0.27
HSL 259.27º 0.44% 0.52% -
HSV(B) 259.27º 0.58% 0.73% -
XYZ 18.5 12.55 48.46 -
YUV 100.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 113 78 187 0.40 0.58 0 0.27 259.27 0.44 0.52
Hex 71 4E BB 28 3A 0 1B 103 2C 34
Octal 161 116 273 50 72 0 33 403 54 64
Binary 1110001 1001110 10111011 101000 111010 0 11011 100000011 101100 110100

Color Harmonies of #714EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EBB

Black with #714EBB

Text Example


Text Example

White with #714EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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