#725DBE

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

Shades of Blue Marguerite #725DBE

Tints of Blue Marguerite #725DBE

Color information

#725DBE (or 0x725DBE) is unknown color: approx Blue Marguerite. HEX triplet: 72, 5D and BE. RGB value is (114,93,190). Sum of RGB (Red+Green+Blue) = 114+93+190=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #725DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DBE is #8DA241. Grayscale: #6D6D6D. Windows color (decimal): -9282114 or 12475762. OLE color: 12475762.

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

Color convert

RGB11493190-
CMYK0.400.5100.25
HSL252.99º42.73%55.49%-
HSV(B)252.99º51.05%74.51%-
XYZ20.1515.1250.57-
YUV110.34172.96130.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=28.72%
G=23.43%
B=47.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114931900.400.5100.25252.9942.7355.49
Hex725DBE2833019fd2b37
Octal16213527650630313755367
Binary111001010111011011111010100011001101100111111101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,190); }

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

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

 a { background-color: rgb(114,93,190); }

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

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

 span { border-color: rgb(114,93,190); }

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