#724EBB

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

Shades of Blue Marguerite #724EBB

Tints of Blue Marguerite #724EBB

Color information

#724EBB (or 0x724EBB) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4E and BB. RGB value is (114,78,187). Sum of RGB (Red+Green+Blue) = 114+78+187=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #724EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EBB is #8DB144. Grayscale: #646464. Windows color (decimal): -9285957 or 12275314. OLE color: 12275314.

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

Color convert

RGB11478187-
CMYK0.390.5800.27
HSL259.82º44.49%51.96%-
HSV(B)259.82º58.29%73.33%-
XYZ18.6312.6148.47-
YUV101.19176.43137.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=30.08%
G=20.58%
B=49.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114781870.390.5800.27259.8244.4951.96
Hex724EBB273A01B1042c34
Octal16211627347720334045464
Binary1110010100111010111011100111111010011011100000100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724EBB; }

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

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

<style>
 a { background-color: #724EBB; }

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

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

<style>
 span { border-color: #724EBB; }

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

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