#715BBF

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

Shades of Blue Marguerite #715BBF

Tints of Blue Marguerite #715BBF

Color information

#715BBF (or 0x715BBF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5B and BF. RGB value is (113,91,191). Sum of RGB (Red+Green+Blue) = 113+91+191=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 91 (35.94% from 255 or 23.04% 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 #715BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BBF is #8EA440. Grayscale: #6C6C6C. Windows color (decimal): -9348161 or 12540785. OLE color: 12540785.

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

Color convert

RGB11391191-
CMYK0.410.5200.25
HSL253.2º43.86%55.29%-
HSV(B)253.2º52.36%74.9%-
XYZ19.9614.7551.09-
YUV108.98174.29130.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 191 (75% from 255) = 48.35%
R=28.61%
G=23.04%
B=48.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113911910.410.5200.25253.243.8655.29
Hex715BBF2934019fd2c37
Octal16113327751640313755467
Binary111000110110111011111110100111010001100111111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715BBF; }

 p { color: rgb(113,91,191); }

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

<style>
 a { background-color: #715BBF; }

 a { background-color: rgb(113,91,191); }

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

<style>
 span { border-color: #715BBF; }

 span { border-color: rgb(113,91,191); }

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