#726BBB

Color #726BBB Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #726BBB

Tints of Blue Marguerite #726BBB

Color information

#726BBB (or 0x726BBB) is unknown color: approx Blue Marguerite. HEX triplet: 72, 6B and BB. RGB value is (114,107,187). Sum of RGB (Red+Green+Blue) = 114+107+187=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #726BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BBB is #8D9444. Grayscale: #757575. Windows color (decimal): -9278533 or 12282738. OLE color: 12282738.

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

Color convert

RGB114107187-
CMYK0.390.4300.27
HSL245.25º37.04%57.65%-
HSV(B)245.25º42.78%73.33%-
XYZ21.1717.6849.31-
YUV118.21166.82125-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=27.94%
G=26.23%
B=45.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141071870.390.4300.27245.2537.0457.65
Hex726BBB272B01Bf5253a
Octal16215327347530333654572
Binary111001011010111011101110011110101101101111110101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #726BBB;
 }
 .AnyTagClassName
 {
   color: #726BBB;
 }
</style>
background-color css

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

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

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

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

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

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