#715DAB

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

Shades of Blue Marguerite #715DAB

Tints of Blue Marguerite #715DAB

Color information

#715DAB (or 0x715DAB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5D and AB. RGB value is (113,93,171). Sum of RGB (Red+Green+Blue) = 113+93+171=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #715DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715DAB is #8EA254. Grayscale: #6B6B6B. Windows color (decimal): -9347669 or 11230577. OLE color: 11230577.

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

Color convert

RGB11393171-
CMYK0.340.4600.33
HSL255.38º31.71%51.76%-
HSV(B)255.38º45.61%67.06%-
XYZ18.0814.2840.33-
YUV107.87163.63131.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 93 (36.72% from 255) = 24.67%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=29.97%
G=24.67%
B=45.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113931710.340.4600.33255.3831.7151.76
Hex715DAB222E021ff2034
Octal16113525342560413774064
Binary1110001101110110101011100010101110010000111111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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