Html Css Color HEX #725FBE Blue Marguerite

📋 copy color: '#725FBE'

red 114 ◦ green 95 ◦ blue 190

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

Shades of Blue Marguerite #725FBE

Tints of Blue Marguerite #725FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.81%

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

R = 28.57%
G = 23.81%
B = 47.62%

CMYK

 C value IS 0.40

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#725FBE (or 0x725FBE) is known color: Blue Marguerite. HEX triplet: 72, 5F and BE. RGB value is (114,95,190). Sum of RGB (Red+Green+Blue) = 114+95+190=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #725FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FBE is #8DA041. Grayscale: #6F6F6F. Windows color (decimal): -9281602 or 12476274. OLE color: 12476274.

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

Color convert

RGB 114 95 190 -
CMYK 0.40 0.5 0 0.25
HSL 252º 0.42% 0.56% -
HSV(B) 252º 0.5% 0.75% -
XYZ 20.33 15.48 50.63 -
YUV 111.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 114 95 190 0.40 0.5 0 0.25 252 0.42 0.56
Hex 72 5F BE 28 32 0 19 FC 2A 38
Octal 162 137 276 50 62 0 31 374 52 70
Binary 1110010 1011111 10111110 101000 110010 0 11001 11111100 101010 111000

Color Harmonies of #725FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FBE

Black with #725FBE

Text Example


Text Example

White with #725FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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