Html Css Color HEX #725DB4 Blue Marguerite

📋 copy color: '#725DB4'

red 114 ◦ green 93 ◦ blue 180

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

Shades of Blue Marguerite #725DB4

Tints of Blue Marguerite #725DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.51%

R = 29.46%
G = 24.03%
B = 46.51%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#725DB4 (or 0x725DB4) is known color: Blue Marguerite. HEX triplet: 72, 5D and B4. RGB value is (114,93,180). Sum of RGB (Red+Green+Blue) = 114+93+180=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #725DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DB4 is #8DA24B. Grayscale: #6C6C6C. Windows color (decimal): -9282124 or 11820402. OLE color: 11820402.

HSL color Cylindrical-coordinate representation of color #725DB4: hue angle of 254.48º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #725DB4 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 93 180 -
CMYK 0.37 0.48 0 0.29
HSL 254.48º 0.37% 0.54% -
HSV(B) 254.48º 0.48% 0.71% -
XYZ 19.09 14.7 45.01 -
YUV 109.2 167.96 131.43 -
System Red Green Blue C M Y K H S L
Decimal 114 93 180 0.37 0.48 0 0.29 254.48 0.37 0.54
Hex 72 5D B4 25 30 0 1D FE 25 36
Octal 162 135 264 45 60 0 35 376 45 66
Binary 1110010 1011101 10110100 100101 110000 0 11101 11111110 100101 110110

Color Harmonies of #725DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725DB4

Black with #725DB4

Text Example


Text Example

White with #725DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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