#725ABF

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

Shades of Blue Marguerite #725ABF

Tints of Blue Marguerite #725ABF

Color information

#725ABF (or 0x725ABF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5A and BF. RGB value is (114,90,191). Sum of RGB (Red+Green+Blue) = 114+90+191=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #725ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ABF is #8DA540. Grayscale: #6C6C6C. Windows color (decimal): -9282881 or 12540530. OLE color: 12540530.

HSL color Cylindrical-coordinate representation of color #725ABF: hue angle of 254.26º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #725ABF is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11490191-
CMYK0.400.5300.25
HSL254.26º44.1%55.1%-
HSV(B)254.26º52.88%74.9%-
XYZ2014.6551.06-
YUV108.69174.45131.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 191 (75% from 255) = 48.35%
R=28.86%
G=22.78%
B=48.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114901910.400.5300.25254.2644.155.1
Hex725ABF2835019fe2c37
Octal16213227750650313765467
Binary111001010110101011111110100011010101100111111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725ABF; }

 p { color: rgb(114,90,191); }

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

<style>
 a { background-color: #725ABF; }

 a { background-color: rgb(114,90,191); }

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

<style>
 span { border-color: #725ABF; }

 span { border-color: rgb(114,90,191); }

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