#715DAC

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

Shades of Blue Marguerite #715DAC

Tints of Blue Marguerite #715DAC

Color information

#715DAC (or 0x715DAC) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5D and AC. RGB value is (113,93,172). Sum of RGB (Red+Green+Blue) = 113+93+172=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #715DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715DAC is #8EA253. Grayscale: #6B6B6B. Windows color (decimal): -9347668 or 11296113. OLE color: 11296113.

HSL color Cylindrical-coordinate representation of color #715DAC: hue angle of 255.19º 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 #715DAC is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11393172-
CMYK0.340.4600.33
HSL255.19º32.24%51.96%-
HSV(B)255.19º45.93%67.45%-
XYZ18.1714.3240.84-
YUV107.99164.13131.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=29.89%
G=24.60%
B=45.50%

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
Decimal113931720.340.4600.33255.1932.2451.96
Hex715DAC222E021ff2034
Octal16113525442560413774064
Binary1110001101110110101100100010101110010000111111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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