Html Css Color HEX #725DB1 Blue Marguerite

📋 copy color: '#725DB1'

red 114 ◦ green 93 ◦ blue 177

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

Shades of Blue Marguerite #725DB1

Tints of Blue Marguerite #725DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

 BLUE value IS 177 (69.53% from 255) = 46.09%

R = 29.69%
G = 24.22%
B = 46.09%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#725DB1 (or 0x725DB1) is known color: Blue Marguerite. HEX triplet: 72, 5D and B1. RGB value is (114,93,177). Sum of RGB (Red+Green+Blue) = 114+93+177=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #725DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725DB1 is #8DA24E. Grayscale: #6C6C6C. Windows color (decimal): -9282127 or 11623794. OLE color: 11623794.

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

Color convert

RGB 114 93 177 -
CMYK 0.36 0.47 0 0.31
HSL 255º 0.35% 0.53% -
HSV(B) 255º 0.47% 0.69% -
XYZ 18.79 14.58 43.42 -
YUV 108.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 114 93 177 0.36 0.47 0 0.31 255 0.35 0.53
Hex 72 5D B1 24 2F 0 1F FF 23 35
Octal 162 135 261 44 57 0 37 377 43 65
Binary 1110010 1011101 10110001 100100 101111 0 11111 11111111 100011 110101

Color Harmonies of #725DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725DB1

Black with #725DB1

Text Example


Text Example

White with #725DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,93,177); }

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

background-color css

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

 a { background-color: rgb(114,93,177); }

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

border-color css

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

 span { border-color: rgb(114,93,177); }

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