Html Css Color HEX #725AB5 Blue Marguerite

📋 copy color: '#725AB5'

red 114 ◦ green 90 ◦ blue 181

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

Shades of Blue Marguerite #725AB5

Tints of Blue Marguerite #725AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.01%

R = 29.61%
G = 23.38%
B = 47.01%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#725AB5 (or 0x725AB5) is known color: Blue Marguerite. HEX triplet: 72, 5A and B5. RGB value is (114,90,181). Sum of RGB (Red+Green+Blue) = 114+90+181=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #725AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725AB5 is #8DA54A. Grayscale: #6B6B6B. Windows color (decimal): -9282891 or 11885170. OLE color: 11885170.

HSL color Cylindrical-coordinate representation of color #725AB5: hue angle of 255.82º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #725AB5 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 90 181 -
CMYK 0.37 0.50 0 0.29
HSL 255.82º 0.38% 0.53% -
HSV(B) 255.82º 0.5% 0.71% -
XYZ 18.94 14.23 45.46 -
YUV 107.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 114 90 181 0.37 0.50 0 0.29 255.82 0.38 0.53
Hex 72 5A B5 25 32 0 1D 100 26 35
Octal 162 132 265 45 62 0 35 400 46 65
Binary 1110010 1011010 10110101 100101 110010 0 11101 100000000 100110 110101

Color Harmonies of #725AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725AB5

Black with #725AB5

Text Example


Text Example

White with #725AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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