Html Css Color HEX #725DBA Blue Marguerite

📋 copy color: '#725DBA'

red 114 ◦ green 93 ◦ blue 186

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

Shades of Blue Marguerite #725DBA

Tints of Blue Marguerite #725DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 29.01%
G = 23.66%
B = 47.33%

CMYK

 C value IS 0.39

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#725DBA (or 0x725DBA) is known color: Blue Marguerite. HEX triplet: 72, 5D and BA. RGB value is (114,93,186). Sum of RGB (Red+Green+Blue) = 114+93+186=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #725DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DBA is #8DA245. Grayscale: #6D6D6D. Windows color (decimal): -9282118 or 12213618. OLE color: 12213618.

HSL color Cylindrical-coordinate representation of color #725DBA: hue angle of 253.55º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #725DBA is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 93 186 -
CMYK 0.39 0.5 0 0.27
HSL 253.55º 0.4% 0.55% -
HSV(B) 253.55º 0.5% 0.73% -
XYZ 19.72 14.95 48.3 -
YUV 109.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 114 93 186 0.39 0.5 0 0.27 253.55 0.4 0.55
Hex 72 5D BA 27 32 0 1B FE 28 37
Octal 162 135 272 47 62 0 33 376 50 67
Binary 1110010 1011101 10111010 100111 110010 0 11011 11111110 101000 110111

Color Harmonies of #725DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725DBA

Black with #725DBA

Text Example


Text Example

White with #725DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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