Html Css Color HEX #726AB5 Blue Marguerite

📋 copy color: '#726AB5'

red 114 ◦ green 106 ◦ blue 181

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

Shades of Blue Marguerite #726AB5

Tints of Blue Marguerite #726AB5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.43%

 BLUE value IS 181 (71.09% from 255) = 45.14%

R = 28.43%
G = 26.43%
B = 45.14%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#726AB5 (or 0x726AB5) is known color: Blue Marguerite. HEX triplet: 72, 6A and B5. RGB value is (114,106,181). Sum of RGB (Red+Green+Blue) = 114+106+181=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #726AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726AB5 is #8D954A. Grayscale: #747474. Windows color (decimal): -9278795 or 11889266. OLE color: 11889266.

HSL color Cylindrical-coordinate representation of color #726AB5: hue angle of 246.4º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #726AB5 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 106 181 -
CMYK 0.37 0.41 0 0.29
HSL 246.4º 0.34% 0.56% -
HSV(B) 246.4º 0.41% 0.71% -
XYZ 20.43 17.22 45.96 -
YUV 116.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 114 106 181 0.37 0.41 0 0.29 246.4 0.34 0.56
Hex 72 6A B5 25 29 0 1D F6 22 38
Octal 162 152 265 45 51 0 35 366 42 70
Binary 1110010 1101010 10110101 100101 101001 0 11101 11110110 100010 111000

Color Harmonies of #726AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AB5

Black with #726AB5

Text Example


Text Example

White with #726AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726AB5; }

 p { color: rgb(114,106,181); }

 H1.HeaderClassName
 {
   color: #726AB5;
 }
 .AnyTagClassName
 {
   color: #726AB5;
 }
</style>

background-color css

<style>
 a { background-color: #726AB5; }

 a { background-color: rgb(114,106,181); }

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

border-color css

<style>
 span { border-color: #726AB5; }

 span { border-color: rgb(114,106,181); }

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