Html Css Color HEX #725CBB Blue Marguerite

📋 copy color: '#725CBB'

red 114 ◦ green 92 ◦ blue 187

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

Shades of Blue Marguerite #725CBB

Tints of Blue Marguerite #725CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 29.01%
G = 23.41%
B = 47.58%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#725CBB (or 0x725CBB) is known color: Blue Marguerite. HEX triplet: 72, 5C and BB. RGB value is (114,92,187). Sum of RGB (Red+Green+Blue) = 114+92+187=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #725CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CBB is #8DA344. Grayscale: #6D6D6D. Windows color (decimal): -9282373 or 12278898. OLE color: 12278898.

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

Color convert

RGB 114 92 187 -
CMYK 0.39 0.51 0 0.27
HSL 253.89º 0.41% 0.55% -
HSV(B) 253.89º 0.51% 0.73% -
XYZ 19.74 14.82 48.83 -
YUV 109.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 114 92 187 0.39 0.51 0 0.27 253.89 0.41 0.55
Hex 72 5C BB 27 33 0 1B FE 29 37
Octal 162 134 273 47 63 0 33 376 51 67
Binary 1110010 1011100 10111011 100111 110011 0 11011 11111110 101001 110111

Color Harmonies of #725CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725CBB

Black with #725CBB

Text Example


Text Example

White with #725CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,92,187); }

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

background-color css

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

 a { background-color: rgb(114,92,187); }

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

border-color css

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

 span { border-color: rgb(114,92,187); }

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