Html Css Color HEX #724ABF Blue Marguerite

📋 copy color: '#724ABF'

red 114 ◦ green 74 ◦ blue 191

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

Shades of Blue Marguerite #724ABF

Tints of Blue Marguerite #724ABF

RGB

 RED value IS 114 (44.92% from 255) = 30.08%

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

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

R = 30.08%
G = 19.53%
B = 50.4%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#724ABF (or 0x724ABF) is known color: Blue Marguerite. HEX triplet: 72, 4A and BF. RGB value is (114,74,191). Sum of RGB (Red+Green+Blue) = 114+74+191=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #724ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724ABF is #8DB540. Grayscale: #626262. Windows color (decimal): -9286977 or 12536434. OLE color: 12536434.

HSL color Cylindrical-coordinate representation of color #724ABF: hue angle of 260.51º 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 #724ABF is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 74 191 -
CMYK 0.40 0.61 0 0.25
HSL 260.51º 0.48% 0.52% -
HSV(B) 260.51º 0.61% 0.75% -
XYZ 18.79 12.24 50.66 -
YUV 99.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 114 74 191 0.40 0.61 0 0.25 260.51 0.48 0.52
Hex 72 4A BF 28 3D 0 19 105 30 34
Octal 162 112 277 50 75 0 31 405 60 64
Binary 1110010 1001010 10111111 101000 111101 0 11001 100000101 110000 110100

Color Harmonies of #724ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724ABF

Black with #724ABF

Text Example


Text Example

White with #724ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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