Html Css Color HEX #714ABA Blue Marguerite

📋 copy color: '#714ABA'

red 113 ◦ green 74 ◦ blue 186

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

Shades of Blue Marguerite #714ABA

Tints of Blue Marguerite #714ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 30.29%
G = 19.84%
B = 49.87%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#714ABA (or 0x714ABA) is known color: Blue Marguerite. HEX triplet: 71, 4A and BA. RGB value is (113,74,186). Sum of RGB (Red+Green+Blue) = 113+74+186=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #714ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714ABA is #8EB545. Grayscale: #626262. Windows color (decimal): -9352518 or 12208753. OLE color: 12208753.

HSL color Cylindrical-coordinate representation of color #714ABA: hue angle of 260.89º degrees, saturation: 0.45, 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 #714ABA is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 74 186 -
CMYK 0.39 0.60 0 0.27
HSL 260.89º 0.45% 0.51% -
HSV(B) 260.89º 0.6% 0.73% -
XYZ 18.12 11.95 47.81 -
YUV 98.43 177.42 138.39 -
System Red Green Blue C M Y K H S L
Decimal 113 74 186 0.39 0.60 0 0.27 260.89 0.45 0.51
Hex 71 4A BA 27 3C 0 1B 105 2D 33
Octal 161 112 272 47 74 0 33 405 55 63
Binary 1110001 1001010 10111010 100111 111100 0 11011 100000101 101101 110011

Color Harmonies of #714ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714ABA

Black with #714ABA

Text Example


Text Example

White with #714ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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