Html Css Color HEX #725AAF Blue Marguerite

📋 copy color: '#725AAF'

red 114 ◦ green 90 ◦ blue 175

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

Shades of Blue Marguerite #725AAF

Tints of Blue Marguerite #725AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 30.08%
G = 23.75%
B = 46.17%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#725AAF (or 0x725AAF) is known color: Blue Marguerite. HEX triplet: 72, 5A and AF. RGB value is (114,90,175). Sum of RGB (Red+Green+Blue) = 114+90+175=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #725AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725AAF is #8DA550. Grayscale: #6A6A6A. Windows color (decimal): -9282897 or 11491954. OLE color: 11491954.

HSL color Cylindrical-coordinate representation of color #725AAF: hue angle of 256.94º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #725AAF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 90 175 -
CMYK 0.35 0.49 0 0.31
HSL 256.94º 0.35% 0.52% -
HSV(B) 256.94º 0.49% 0.69% -
XYZ 18.33 13.98 42.29 -
YUV 106.87 166.45 133.09 -
System Red Green Blue C M Y K H S L
Decimal 114 90 175 0.35 0.49 0 0.31 256.94 0.35 0.52
Hex 72 5A AF 23 31 0 1F 101 23 34
Octal 162 132 257 43 61 0 37 401 43 64
Binary 1110010 1011010 10101111 100011 110001 0 11111 100000001 100011 110100

Color Harmonies of #725AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725AAF

Black with #725AAF

Text Example


Text Example

White with #725AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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