#725CBA

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

Shades of Blue Marguerite #725CBA

Tints of Blue Marguerite #725CBA

Color information

#725CBA (or 0x725CBA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5C and BA. RGB value is (114,92,186). Sum of RGB (Red+Green+Blue) = 114+92+186=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #725CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CBA is #8DA345. Grayscale: #6C6C6C. Windows color (decimal): -9282374 or 12213362. OLE color: 12213362.

HSL color Cylindrical-coordinate representation of color #725CBA: hue angle of 254.04º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #725CBA is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11492186-
CMYK0.390.5100.27
HSL254.04º40.52%54.51%-
HSV(B)254.04º50.54%72.94%-
XYZ19.6314.7848.27-
YUV109.29171.29131.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=29.08%
G=23.47%
B=47.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114921860.390.5100.27254.0440.5254.51
Hex725CBA273301Bfe2937
Octal16213427247630333765167
Binary111001010111001011101010011111001101101111111110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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