Html Css Color HEX #725BB8 Blue Marguerite

📋 copy color: '#725BB8'

red 114 ◦ green 91 ◦ blue 184

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

Shades of Blue Marguerite #725BB8

Tints of Blue Marguerite #725BB8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.39%

 BLUE value IS 184 (72.27% from 255) = 47.3%

R = 29.31%
G = 23.39%
B = 47.3%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#725BB8 (or 0x725BB8) is known color: Blue Marguerite. HEX triplet: 72, 5B and B8. RGB value is (114,91,184). Sum of RGB (Red+Green+Blue) = 114+91+184=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #725BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BB8 is #8DA447. Grayscale: #6C6C6C. Windows color (decimal): -9282632 or 12082034. OLE color: 12082034.

HSL color Cylindrical-coordinate representation of color #725BB8: hue angle of 254.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #725BB8 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 91 184 -
CMYK 0.38 0.51 0 0.28
HSL 254.84º 0.4% 0.54% -
HSV(B) 254.84º 0.51% 0.72% -
XYZ 19.33 14.52 47.13 -
YUV 108.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 114 91 184 0.38 0.51 0 0.28 254.84 0.4 0.54
Hex 72 5B B8 26 33 0 1C FF 28 36
Octal 162 133 270 46 63 0 34 377 50 66
Binary 1110010 1011011 10111000 100110 110011 0 11100 11111111 101000 110110

Color Harmonies of #725BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BB8

Black with #725BB8

Text Example


Text Example

White with #725BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,91,184); }

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

background-color css

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

 a { background-color: rgb(114,91,184); }

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

border-color css

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

 span { border-color: rgb(114,91,184); }

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