Html Css Color HEX #725EAB Blue Marguerite

📋 copy color: '#725EAB'

red 114 ◦ green 94 ◦ blue 171

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

Shades of Blue Marguerite #725EAB

Tints of Blue Marguerite #725EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 30.08%
G = 24.8%
B = 45.12%

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

#725EAB (or 0x725EAB) is known color: Blue Marguerite. HEX triplet: 72, 5E and AB. RGB value is (114,94,171). Sum of RGB (Red+Green+Blue) = 114+94+171=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #725EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725EAB is #8DA154. Grayscale: #6C6C6C. Windows color (decimal): -9281877 or 11230834. OLE color: 11230834.

HSL color Cylindrical-coordinate representation of color #725EAB: hue angle of 255.58º 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 #725EAB is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 94 171 -
CMYK 0.33 0.45 0 0.33
HSL 255.58º 0.31% 0.52% -
HSV(B) 255.58º 0.45% 0.67% -
XYZ 18.29 14.52 40.37 -
YUV 108.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 114 94 171 0.33 0.45 0 0.33 255.58 0.31 0.52
Hex 72 5E AB 21 2D 0 21 100 1F 34
Octal 162 136 253 41 55 0 41 400 37 64
Binary 1110010 1011110 10101011 100001 101101 0 100001 100000000 11111 110100

Color Harmonies of #725EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725EAB

Black with #725EAB

Text Example


Text Example

White with #725EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,94,171); }

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

background-color css

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

 a { background-color: rgb(114,94,171); }

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

border-color css

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

 span { border-color: rgb(114,94,171); }

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