Html Css Color HEX #714ABF Blue Marguerite

📋 copy color: '#714ABF'

red 113 ◦ green 74 ◦ blue 191

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

Shades of Blue Marguerite #714ABF

Tints of Blue Marguerite #714ABF

RGB

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

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

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

R = 29.89%
G = 19.58%
B = 50.53%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#714ABF (or 0x714ABF) is known color: Blue Marguerite. HEX triplet: 71, 4A and BF. RGB value is (113,74,191). Sum of RGB (Red+Green+Blue) = 113+74+191=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #714ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714ABF is #8EB540. Grayscale: #626262. Windows color (decimal): -9352513 or 12536433. OLE color: 12536433.

HSL color Cylindrical-coordinate representation of color #714ABF: hue angle of 260º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #714ABF is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 74 191 -
CMYK 0.41 0.61 0 0.25
HSL 260º 0.48% 0.52% -
HSV(B) 260º 0.61% 0.75% -
XYZ 18.66 12.17 50.66 -
YUV 99 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 113 74 191 0.41 0.61 0 0.25 260 0.48 0.52
Hex 71 4A BF 29 3D 0 19 104 30 34
Octal 161 112 277 51 75 0 31 404 60 64
Binary 1110001 1001010 10111111 101001 111101 0 11001 100000100 110000 110100

Color Harmonies of #714ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714ABF

Black with #714ABF

Text Example


Text Example

White with #714ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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