Html Css Color HEX #714DBF Blue Marguerite

📋 copy color: '#714DBF'

red 113 ◦ green 77 ◦ blue 191

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

Shades of Blue Marguerite #714DBF

Tints of Blue Marguerite #714DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.21%

 BLUE value IS 191 (75% from 255) = 50.13%

R = 29.66%
G = 20.21%
B = 50.13%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#714DBF (or 0x714DBF) is known color: Blue Marguerite. HEX triplet: 71, 4D and BF. RGB value is (113,77,191). Sum of RGB (Red+Green+Blue) = 113+77+191=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #714DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DBF is #8EB240. Grayscale: #646464. Windows color (decimal): -9351745 or 12537201. OLE color: 12537201.

HSL color Cylindrical-coordinate representation of color #714DBF: hue angle of 258.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #714DBF is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 77 191 -
CMYK 0.41 0.60 0 0.25
HSL 258.95º 0.47% 0.53% -
HSV(B) 258.95º 0.6% 0.75% -
XYZ 18.87 12.58 50.72 -
YUV 100.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 113 77 191 0.41 0.60 0 0.25 258.95 0.47 0.53
Hex 71 4D BF 29 3C 0 19 103 2F 35
Octal 161 115 277 51 74 0 31 403 57 65
Binary 1110001 1001101 10111111 101001 111100 0 11001 100000011 101111 110101

Color Harmonies of #714DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DBF

Black with #714DBF

Text Example


Text Example

White with #714DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,77,191); }

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

background-color css

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

 a { background-color: rgb(113,77,191); }

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

border-color css

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

 span { border-color: rgb(113,77,191); }

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