Html Css Color HEX #725DB9 Blue Marguerite

📋 copy color: '#725DB9'

red 114 ◦ green 93 ◦ blue 185

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

Shades of Blue Marguerite #725DB9

Tints of Blue Marguerite #725DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.19%

R = 29.08%
G = 23.72%
B = 47.19%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#725DB9 (or 0x725DB9) is known color: Blue Marguerite. HEX triplet: 72, 5D and B9. RGB value is (114,93,185). Sum of RGB (Red+Green+Blue) = 114+93+185=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #725DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DB9 is #8DA246. Grayscale: #6D6D6D. Windows color (decimal): -9282119 or 12148082. OLE color: 12148082.

HSL color Cylindrical-coordinate representation of color #725DB9: hue angle of 253.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #725DB9 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 93 185 -
CMYK 0.38 0.50 0 0.27
HSL 253.7º 0.4% 0.55% -
HSV(B) 253.7º 0.5% 0.73% -
XYZ 19.61 14.91 47.74 -
YUV 109.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 114 93 185 0.38 0.50 0 0.27 253.7 0.4 0.55
Hex 72 5D B9 26 32 0 1B FE 28 37
Octal 162 135 271 46 62 0 33 376 50 67
Binary 1110010 1011101 10111001 100110 110010 0 11011 11111110 101000 110111

Color Harmonies of #725DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725DB9

Black with #725DB9

Text Example


Text Example

White with #725DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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