Html Css Color HEX #725AAE Blue Marguerite

📋 copy color: '#725AAE'

red 114 ◦ green 90 ◦ blue 174

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

Shades of Blue Marguerite #725AAE

Tints of Blue Marguerite #725AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.81%

 BLUE value IS 174 (68.36% from 255) = 46.03%

R = 30.16%
G = 23.81%
B = 46.03%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#725AAE (or 0x725AAE) is known color: Blue Marguerite. HEX triplet: 72, 5A and AE. RGB value is (114,90,174). Sum of RGB (Red+Green+Blue) = 114+90+174=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #725AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725AAE is #8DA551. Grayscale: #6A6A6A. Windows color (decimal): -9282898 or 11426418. OLE color: 11426418.

HSL color Cylindrical-coordinate representation of color #725AAE: hue angle of 257.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #725AAE is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 90 174 -
CMYK 0.34 0.48 0 0.32
HSL 257.14º 0.34% 0.52% -
HSV(B) 257.14º 0.48% 0.68% -
XYZ 18.24 13.95 41.78 -
YUV 106.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 114 90 174 0.34 0.48 0 0.32 257.14 0.34 0.52
Hex 72 5A AE 22 30 0 20 101 22 34
Octal 162 132 256 42 60 0 40 401 42 64
Binary 1110010 1011010 10101110 100010 110000 0 100000 100000001 100010 110100

Color Harmonies of #725AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725AAE

Black with #725AAE

Text Example


Text Example

White with #725AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,90,174); }

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

background-color css

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

 a { background-color: rgb(114,90,174); }

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

border-color css

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

 span { border-color: rgb(114,90,174); }

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