Html Css Color HEX #714ABE Blue Marguerite

📋 copy color: '#714ABE'

red 113 ◦ green 74 ◦ blue 190

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

Shades of Blue Marguerite #714ABE

Tints of Blue Marguerite #714ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 29.97%
G = 19.63%
B = 50.4%

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

#714ABE (or 0x714ABE) is known color: Blue Marguerite. HEX triplet: 71, 4A and BE. RGB value is (113,74,190). Sum of RGB (Red+Green+Blue) = 113+74+190=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #714ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714ABE is #8EB541. Grayscale: #626262. Windows color (decimal): -9352514 or 12470897. OLE color: 12470897.

HSL color Cylindrical-coordinate representation of color #714ABE: hue angle of 260.17º degrees, saturation: 0.47, 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 #714ABE is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 74 190 -
CMYK 0.41 0.61 0 0.25
HSL 260.17º 0.47% 0.52% -
HSV(B) 260.17º 0.61% 0.75% -
XYZ 18.55 12.13 50.08 -
YUV 98.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 113 74 190 0.41 0.61 0 0.25 260.17 0.47 0.52
Hex 71 4A BE 29 3D 0 19 104 2F 34
Octal 161 112 276 51 75 0 31 404 57 64
Binary 1110001 1001010 10111110 101001 111101 0 11001 100000100 101111 110100

Color Harmonies of #714ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714ABE

Black with #714ABE

Text Example


Text Example

White with #714ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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