Html Css Color HEX #726BBA Blue Marguerite

📋 copy color: '#726BBA'

red 114 ◦ green 107 ◦ blue 186

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

Shades of Blue Marguerite #726BBA

Tints of Blue Marguerite #726BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 28.01%
G = 26.29%
B = 45.7%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#726BBA (or 0x726BBA) is known color: Blue Marguerite. HEX triplet: 72, 6B and BA. RGB value is (114,107,186). Sum of RGB (Red+Green+Blue) = 114+107+186=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #726BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BBA is #8D9445. Grayscale: #757575. Windows color (decimal): -9278534 or 12217202. OLE color: 12217202.

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

Color convert

RGB 114 107 186 -
CMYK 0.39 0.42 0 0.27
HSL 245.32º 0.36% 0.57% -
HSV(B) 245.32º 0.42% 0.73% -
XYZ 21.06 17.64 48.75 -
YUV 118.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 114 107 186 0.39 0.42 0 0.27 245.32 0.36 0.57
Hex 72 6B BA 27 2A 0 1B F5 24 39
Octal 162 153 272 47 52 0 33 365 44 71
Binary 1110010 1101011 10111010 100111 101010 0 11011 11110101 100100 111001

Color Harmonies of #726BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BBA

Black with #726BBA

Text Example


Text Example

White with #726BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,107,186); }

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

background-color css

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

 a { background-color: rgb(114,107,186); }

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

border-color css

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

 span { border-color: rgb(114,107,186); }

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