Html Css Color HEX #714AB9 Blue Marguerite

📋 copy color: '#714AB9'

red 113 ◦ green 74 ◦ blue 185

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

Shades of Blue Marguerite #714AB9

Tints of Blue Marguerite #714AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

 BLUE value IS 185 (72.66% from 255) = 49.73%

R = 30.38%
G = 19.89%
B = 49.73%

CMYK

 C value IS 0.39

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#714AB9 (or 0x714AB9) is known color: Blue Marguerite. HEX triplet: 71, 4A and B9. RGB value is (113,74,185). Sum of RGB (Red+Green+Blue) = 113+74+185=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #714AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714AB9 is #8EB546. Grayscale: #616161. Windows color (decimal): -9352519 or 12143217. OLE color: 12143217.

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

Color convert

RGB 113 74 185 -
CMYK 0.39 0.6 0 0.27
HSL 261.08º 0.44% 0.51% -
HSV(B) 261.08º 0.6% 0.73% -
XYZ 18.02 11.91 47.25 -
YUV 98.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 113 74 185 0.39 0.6 0 0.27 261.08 0.44 0.51
Hex 71 4A B9 27 3C 0 1B 105 2C 33
Octal 161 112 271 47 74 0 33 405 54 63
Binary 1110001 1001010 10111001 100111 111100 0 11011 100000101 101100 110011

Color Harmonies of #714AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714AB9

Black with #714AB9

Text Example


Text Example

White with #714AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,74,185); }

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

background-color css

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

 a { background-color: rgb(113,74,185); }

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

border-color css

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

 span { border-color: rgb(113,74,185); }

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