Html Css Color HEX #714DBB Blue Marguerite

📋 copy color: '#714DBB'

red 113 ◦ green 77 ◦ blue 187

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

Shades of Blue Marguerite #714DBB

Tints of Blue Marguerite #714DBB

RGB

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

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

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

R = 29.97%
G = 20.42%
B = 49.6%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#714DBB (or 0x714DBB) is known color: Blue Marguerite. HEX triplet: 71, 4D and BB. RGB value is (113,77,187). Sum of RGB (Red+Green+Blue) = 113+77+187=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #714DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DBB is #8EB244. Grayscale: #636363. Windows color (decimal): -9351749 or 12275057. OLE color: 12275057.

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

Color convert

RGB 113 77 187 -
CMYK 0.40 0.59 0 0.27
HSL 259.64º 0.45% 0.52% -
HSV(B) 259.64º 0.59% 0.73% -
XYZ 18.43 12.41 48.44 -
YUV 100.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 113 77 187 0.40 0.59 0 0.27 259.64 0.45 0.52
Hex 71 4D BB 28 3B 0 1B 104 2D 34
Octal 161 115 273 50 73 0 33 404 55 64
Binary 1110001 1001101 10111011 101000 111011 0 11011 100000100 101101 110100

Color Harmonies of #714DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DBB

Black with #714DBB

Text Example


Text Example

White with #714DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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