Html Css Color HEX #725BAA Blue Marguerite

📋 copy color: '#725BAA'

red 114 ◦ green 91 ◦ blue 170

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

Shades of Blue Marguerite #725BAA

Tints of Blue Marguerite #725BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.27%

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

R = 30.4%
G = 24.27%
B = 45.33%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#725BAA (or 0x725BAA) is known color: Blue Marguerite. HEX triplet: 72, 5B and AA. RGB value is (114,91,170). Sum of RGB (Red+Green+Blue) = 114+91+170=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #725BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725BAA is #8DA455. Grayscale: #6A6A6A. Windows color (decimal): -9282646 or 11164530. OLE color: 11164530.

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

Color convert

RGB 114 91 170 -
CMYK 0.33 0.46 0 0.33
HSL 257.47º 0.32% 0.51% -
HSV(B) 257.47º 0.46% 0.67% -
XYZ 17.94 13.96 39.78 -
YUV 106.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 114 91 170 0.33 0.46 0 0.33 257.47 0.32 0.51
Hex 72 5B AA 21 2E 0 21 101 20 33
Octal 162 133 252 41 56 0 41 401 40 63
Binary 1110010 1011011 10101010 100001 101110 0 100001 100000001 100000 110011

Color Harmonies of #725BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BAA

Black with #725BAA

Text Example


Text Example

White with #725BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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