Html Css Color HEX #725DAA Blue Marguerite

📋 copy color: '#725DAA'

red 114 ◦ green 93 ◦ blue 170

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

Shades of Blue Marguerite #725DAA

Tints of Blue Marguerite #725DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.67%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 30.24%
G = 24.67%
B = 45.09%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#725DAA (or 0x725DAA) is known color: Blue Marguerite. HEX triplet: 72, 5D and AA. RGB value is (114,93,170). Sum of RGB (Red+Green+Blue) = 114+93+170=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #725DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725DAA is #8DA255. Grayscale: #6B6B6B. Windows color (decimal): -9282134 or 11165042. OLE color: 11165042.

HSL color Cylindrical-coordinate representation of color #725DAA: hue angle of 256.36º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #725DAA is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 93 170 -
CMYK 0.33 0.45 0 0.33
HSL 256.36º 0.31% 0.52% -
HSV(B) 256.36º 0.45% 0.67% -
XYZ 18.11 14.31 39.84 -
YUV 108.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 114 93 170 0.33 0.45 0 0.33 256.36 0.31 0.52
Hex 72 5D AA 21 2D 0 21 100 1F 34
Octal 162 135 252 41 55 0 41 400 37 64
Binary 1110010 1011101 10101010 100001 101101 0 100001 100000000 11111 110100

Color Harmonies of #725DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725DAA

Black with #725DAA

Text Example


Text Example

White with #725DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725DAA; }

 p { color: rgb(114,93,170); }

 H1.HeaderClassName
 {
   color: #725DAA;
 }
 .AnyTagClassName
 {
   color: #725DAA;
 }
</style>

background-color css

<style>
 a { background-color: #725DAA; }

 a { background-color: rgb(114,93,170); }

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

border-color css

<style>
 span { border-color: #725DAA; }

 span { border-color: rgb(114,93,170); }

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