Html Css Color HEX #725DB6 Blue Marguerite

📋 copy color: '#725DB6'

red 114 ◦ green 93 ◦ blue 182

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

Shades of Blue Marguerite #725DB6

Tints of Blue Marguerite #725DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.79%

R = 29.31%
G = 23.91%
B = 46.79%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#725DB6 (or 0x725DB6) is known color: Blue Marguerite. HEX triplet: 72, 5D and B6. RGB value is (114,93,182). Sum of RGB (Red+Green+Blue) = 114+93+182=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #725DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DB6 is #8DA249. Grayscale: #6D6D6D. Windows color (decimal): -9282122 or 11951474. OLE color: 11951474.

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

Color convert

RGB 114 93 182 -
CMYK 0.37 0.49 0 0.29
HSL 254.16º 0.38% 0.54% -
HSV(B) 254.16º 0.49% 0.71% -
XYZ 19.3 14.78 46.09 -
YUV 109.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 114 93 182 0.37 0.49 0 0.29 254.16 0.38 0.54
Hex 72 5D B6 25 31 0 1D FE 26 36
Octal 162 135 266 45 61 0 35 376 46 66
Binary 1110010 1011101 10110110 100101 110001 0 11101 11111110 100110 110110

Color Harmonies of #725DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725DB6

Black with #725DB6

Text Example


Text Example

White with #725DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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