#724FB9

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

Shades of Blue Marguerite #724FB9

Tints of Blue Marguerite #724FB9

Color information

#724FB9 (or 0x724FB9) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4F and B9. RGB value is (114,79,185). Sum of RGB (Red+Green+Blue) = 114+79+185=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #724FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FB9 is #8DB046. Grayscale: #656565. Windows color (decimal): -9285703 or 12144498. OLE color: 12144498.

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

Color convert

RGB11479185-
CMYK0.380.5700.27
HSL259.81º43.09%51.76%-
HSV(B)259.81º57.3%72.55%-
XYZ18.4912.6747.37-
YUV101.55175.1136.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 185 (72.66% from 255) = 48.94%
R=30.16%
G=20.90%
B=48.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114791850.380.5700.27259.8143.0951.76
Hex724FB9263901B1042b34
Octal16211727146710334045364
Binary1110010100111110111001100110111001011011100000100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,79,185); }

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

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

 a { background-color: rgb(114,79,185); }

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

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

 span { border-color: rgb(114,79,185); }

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