#715BAB

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

Shades of Blue Marguerite #715BAB

Tints of Blue Marguerite #715BAB

Color information

#715BAB (or 0x715BAB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5B and AB. RGB value is (113,91,171). Sum of RGB (Red+Green+Blue) = 113+91+171=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #715BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715BAB is #8EA454. Grayscale: #6A6A6A. Windows color (decimal): -9348181 or 11230065. OLE color: 11230065.

HSL color Cylindrical-coordinate representation of color #715BAB: hue angle of 256.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #715BAB is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11391171-
CMYK0.340.4700.33
HSL256.5º32.26%51.37%-
HSV(B)256.5º46.78%67.06%-
XYZ17.913.9340.27-
YUV106.7164.29132.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 91 (35.94% from 255) = 24.27%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=30.13%
G=24.27%
B=45.6%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113911710.340.4700.33256.532.2651.37
Hex715BAB222F0211002033
Octal16113325342570414004063
Binary11100011011011101010111000101011110100001100000000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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