Html Css Color HEX #725EBC Blue Marguerite

📋 copy color: '#725EBC'

red 114 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #725EBC

Tints of Blue Marguerite #725EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 28.79%
G = 23.74%
B = 47.47%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#725EBC (or 0x725EBC) is known color: Blue Marguerite. HEX triplet: 72, 5E and BC. RGB value is (114,94,188). Sum of RGB (Red+Green+Blue) = 114+94+188=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #725EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725EBC is #8DA143. Grayscale: #6E6E6E. Windows color (decimal): -9281860 or 12344946. OLE color: 12344946.

HSL color Cylindrical-coordinate representation of color #725EBC: hue angle of 252.77º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #725EBC is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 94 188 -
CMYK 0.39 0.50 0 0.26
HSL 252.77º 0.41% 0.55% -
HSV(B) 252.77º 0.5% 0.74% -
XYZ 20.02 15.21 49.46 -
YUV 110.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 114 94 188 0.39 0.50 0 0.26 252.77 0.41 0.55
Hex 72 5E BC 27 32 0 1A FD 29 37
Octal 162 136 274 47 62 0 32 375 51 67
Binary 1110010 1011110 10111100 100111 110010 0 11010 11111101 101001 110111

Color Harmonies of #725EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725EBC

Black with #725EBC

Text Example


Text Example

White with #725EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,94,188); }

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

background-color css

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

 a { background-color: rgb(114,94,188); }

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

border-color css

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

 span { border-color: rgb(114,94,188); }

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