Html Css Color HEX #724DBD Blue Marguerite

📋 copy color: '#724DBD'

red 114 ◦ green 77 ◦ blue 189

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

Shades of Blue Marguerite #724DBD

Tints of Blue Marguerite #724DBD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.26%

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 30%
G = 20.26%
B = 49.74%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#724DBD (or 0x724DBD) is known color: Blue Marguerite. HEX triplet: 72, 4D and BD. RGB value is (114,77,189). Sum of RGB (Red+Green+Blue) = 114+77+189=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #724DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DBD is #8DB242. Grayscale: #646464. Windows color (decimal): -9286211 or 12406130. OLE color: 12406130.

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

Color convert

RGB 114 77 189 -
CMYK 0.40 0.59 0 0.26
HSL 259.82º 0.46% 0.52% -
HSV(B) 259.82º 0.59% 0.74% -
XYZ 18.78 12.56 49.58 -
YUV 100.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 114 77 189 0.40 0.59 0 0.26 259.82 0.46 0.52
Hex 72 4D BD 28 3B 0 1A 104 2E 34
Octal 162 115 275 50 73 0 32 404 56 64
Binary 1110010 1001101 10111101 101000 111011 0 11010 100000100 101110 110100

Color Harmonies of #724DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724DBD

Black with #724DBD

Text Example


Text Example

White with #724DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,77,189); }

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

background-color css

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

 a { background-color: rgb(114,77,189); }

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

border-color css

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

 span { border-color: rgb(114,77,189); }

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