Html Css Color HEX #725AB9 Blue Marguerite

📋 copy color: '#725AB9'

red 114 ◦ green 90 ◦ blue 185

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

Shades of Blue Marguerite #725AB9

Tints of Blue Marguerite #725AB9

RGB

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

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

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

R = 29.31%
G = 23.14%
B = 47.56%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#725AB9 (or 0x725AB9) is known color: Blue Marguerite. HEX triplet: 72, 5A and B9. RGB value is (114,90,185). Sum of RGB (Red+Green+Blue) = 114+90+185=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 185 - color contains mainly: blue. Hex color #725AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725AB9 is #8DA546. Grayscale: #6B6B6B. Windows color (decimal): -9282887 or 12147314. OLE color: 12147314.

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

Color convert

RGB 114 90 185 -
CMYK 0.38 0.51 0 0.27
HSL 255.16º 0.4% 0.54% -
HSV(B) 255.16º 0.51% 0.73% -
XYZ 19.35 14.39 47.66 -
YUV 108.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 114 90 185 0.38 0.51 0 0.27 255.16 0.4 0.54
Hex 72 5A B9 26 33 0 1B FF 28 36
Octal 162 132 271 46 63 0 33 377 50 66
Binary 1110010 1011010 10111001 100110 110011 0 11011 11111111 101000 110110

Color Harmonies of #725AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725AB9

Black with #725AB9

Text Example


Text Example

White with #725AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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