Html Css Color HEX #725EBE Blue Marguerite

📋 copy color: '#725EBE'

red 114 ◦ green 94 ◦ blue 190

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

Shades of Blue Marguerite #725EBE

Tints of Blue Marguerite #725EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 28.64%
G = 23.62%
B = 47.74%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#725EBE (or 0x725EBE) is known color: Blue Marguerite. HEX triplet: 72, 5E and BE. RGB value is (114,94,190). Sum of RGB (Red+Green+Blue) = 114+94+190=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #725EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725EBE is #8DA141. Grayscale: #6E6E6E. Windows color (decimal): -9281858 or 12476018. OLE color: 12476018.

HSL color Cylindrical-coordinate representation of color #725EBE: hue angle of 252.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #725EBE is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 94 190 -
CMYK 0.40 0.51 0 0.25
HSL 252.5º 0.42% 0.56% -
HSV(B) 252.5º 0.51% 0.75% -
XYZ 20.24 15.3 50.6 -
YUV 110.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 114 94 190 0.40 0.51 0 0.25 252.5 0.42 0.56
Hex 72 5E BE 28 33 0 19 FD 2A 38
Octal 162 136 276 50 63 0 31 375 52 70
Binary 1110010 1011110 10111110 101000 110011 0 11001 11111101 101010 111000

Color Harmonies of #725EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725EBE

Black with #725EBE

Text Example


Text Example

White with #725EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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