Html Css Color HEX #725AB4 Blue Marguerite

📋 copy color: '#725AB4'

red 114 ◦ green 90 ◦ blue 180

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

Shades of Blue Marguerite #725AB4

Tints of Blue Marguerite #725AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.88%

R = 29.69%
G = 23.44%
B = 46.88%

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

#725AB4 (or 0x725AB4) is known color: Blue Marguerite. HEX triplet: 72, 5A and B4. RGB value is (114,90,180). Sum of RGB (Red+Green+Blue) = 114+90+180=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #725AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725AB4 is #8DA54B. Grayscale: #6B6B6B. Windows color (decimal): -9282892 or 11819634. OLE color: 11819634.

HSL color Cylindrical-coordinate representation of color #725AB4: hue angle of 256º 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 #725AB4 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 90 180 -
CMYK 0.37 0.50 0 0.29
HSL 256º 0.38% 0.53% -
HSV(B) 256º 0.5% 0.71% -
XYZ 18.83 14.19 44.93 -
YUV 107.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 114 90 180 0.37 0.50 0 0.29 256 0.38 0.53
Hex 72 5A B4 25 32 0 1D 100 26 35
Octal 162 132 264 45 62 0 35 400 46 65
Binary 1110010 1011010 10110100 100101 110010 0 11101 100000000 100110 110101

Color Harmonies of #725AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725AB4

Black with #725AB4

Text Example


Text Example

White with #725AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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