Html Css Color HEX #714DBD Blue Marguerite

📋 copy color: '#714DBD'

red 113 ◦ green 77 ◦ blue 189

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

Shades of Blue Marguerite #714DBD

Tints of Blue Marguerite #714DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 29.82%
G = 20.32%
B = 49.87%

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

#714DBD (or 0x714DBD) is known color: Blue Marguerite. HEX triplet: 71, 4D and BD. RGB value is (113,77,189). Sum of RGB (Red+Green+Blue) = 113+77+189=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #714DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DBD is #8EB242. Grayscale: #646464. Windows color (decimal): -9351747 or 12406129. OLE color: 12406129.

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

Color convert

RGB 113 77 189 -
CMYK 0.40 0.59 0 0.26
HSL 259.29º 0.46% 0.52% -
HSV(B) 259.29º 0.59% 0.74% -
XYZ 18.65 12.49 49.57 -
YUV 100.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 113 77 189 0.40 0.59 0 0.26 259.29 0.46 0.52
Hex 71 4D BD 28 3B 0 1A 103 2E 34
Octal 161 115 275 50 73 0 32 403 56 64
Binary 1110001 1001101 10111101 101000 111011 0 11010 100000011 101110 110100

Color Harmonies of #714DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DBD

Black with #714DBD

Text Example


Text Example

White with #714DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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