Html Css Color HEX #724ABC Blue Marguerite

📋 copy color: '#724ABC'

red 114 ◦ green 74 ◦ blue 188

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

Shades of Blue Marguerite #724ABC

Tints of Blue Marguerite #724ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50%

R = 30.32%
G = 19.68%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#724ABC (or 0x724ABC) is known color: Blue Marguerite. HEX triplet: 72, 4A and BC. RGB value is (114,74,188). Sum of RGB (Red+Green+Blue) = 114+74+188=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #724ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724ABC is #8DB543. Grayscale: #626262. Windows color (decimal): -9286980 or 12339826. OLE color: 12339826.

HSL color Cylindrical-coordinate representation of color #724ABC: hue angle of 261.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724ABC is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 74 188 -
CMYK 0.39 0.61 0 0.26
HSL 261.05º 0.46% 0.51% -
HSV(B) 261.05º 0.61% 0.74% -
XYZ 18.47 12.11 48.94 -
YUV 98.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 114 74 188 0.39 0.61 0 0.26 261.05 0.46 0.51
Hex 72 4A BC 27 3D 0 1A 105 2E 33
Octal 162 112 274 47 75 0 32 405 56 63
Binary 1110010 1001010 10111100 100111 111101 0 11010 100000101 101110 110011

Color Harmonies of #724ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724ABC

Black with #724ABC

Text Example


Text Example

White with #724ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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