Html Css Color HEX #726AB6 Blue Marguerite

📋 copy color: '#726AB6'

red 114 ◦ green 106 ◦ blue 182

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

Shades of Blue Marguerite #726AB6

Tints of Blue Marguerite #726AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.27%

R = 28.36%
G = 26.37%
B = 45.27%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#726AB6 (or 0x726AB6) is known color: Blue Marguerite. HEX triplet: 72, 6A and B6. RGB value is (114,106,182). Sum of RGB (Red+Green+Blue) = 114+106+182=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #726AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726AB6 is #8D9549. Grayscale: #747474. Windows color (decimal): -9278794 or 11954802. OLE color: 11954802.

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

Color convert

RGB 114 106 182 -
CMYK 0.37 0.42 0 0.29
HSL 246.32º 0.34% 0.56% -
HSV(B) 246.32º 0.42% 0.71% -
XYZ 20.54 17.26 46.51 -
YUV 117.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 114 106 182 0.37 0.42 0 0.29 246.32 0.34 0.56
Hex 72 6A B6 25 2A 0 1D F6 22 38
Octal 162 152 266 45 52 0 35 366 42 70
Binary 1110010 1101010 10110110 100101 101010 0 11101 11110110 100010 111000

Color Harmonies of #726AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726AB6

Black with #726AB6

Text Example


Text Example

White with #726AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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