Html Css Color HEX #726ABB Blue Marguerite

📋 copy color: '#726ABB'

red 114 ◦ green 106 ◦ blue 187

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

Shades of Blue Marguerite #726ABB

Tints of Blue Marguerite #726ABB

RGB

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

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

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

R = 28.01%
G = 26.04%
B = 45.95%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#726ABB (or 0x726ABB) is known color: Blue Marguerite. HEX triplet: 72, 6A and BB. RGB value is (114,106,187). Sum of RGB (Red+Green+Blue) = 114+106+187=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #726ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ABB is #8D9544. Grayscale: #757575. Windows color (decimal): -9278789 or 12282482. OLE color: 12282482.

HSL color Cylindrical-coordinate representation of color #726ABB: hue angle of 245.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #726ABB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 106 187 -
CMYK 0.39 0.43 0 0.27
HSL 245.93º 0.37% 0.57% -
HSV(B) 245.93º 0.43% 0.73% -
XYZ 21.06 17.47 49.28 -
YUV 117.63 167.15 125.41 -
System Red Green Blue C M Y K H S L
Decimal 114 106 187 0.39 0.43 0 0.27 245.93 0.37 0.57
Hex 72 6A BB 27 2B 0 1B F6 25 39
Octal 162 152 273 47 53 0 33 366 45 71
Binary 1110010 1101010 10111011 100111 101011 0 11011 11110110 100101 111001

Color Harmonies of #726ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ABB

Black with #726ABB

Text Example


Text Example

White with #726ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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