#715CAD

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

Shades of Blue Marguerite #715CAD

Tints of Blue Marguerite #715CAD

Color information

#715CAD (or 0x715CAD) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5C and AD. RGB value is (113,92,173). Sum of RGB (Red+Green+Blue) = 113+92+173=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #715CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715CAD is #8EA352. Grayscale: #6B6B6B. Windows color (decimal): -9347923 or 11361393. OLE color: 11361393.

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

Color convert

RGB11392173-
CMYK0.350.4700.32
HSL255.56º33.06%51.96%-
HSV(B)255.56º46.82%67.84%-
XYZ18.1814.1841.31-
YUV107.51164.96131.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 92 (36.33% from 255) = 24.34%
BLUE value IS 173 (67.97% from 255) = 45.77%
R=29.89%
G=24.34%
B=45.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113921730.350.4700.32255.5633.0651.96
Hex715CAD232F0201002134
Octal16113425543570404004164
Binary11100011011100101011011000111011110100000100000000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,92,173); }

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

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

 a { background-color: rgb(113,92,173); }

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

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

 span { border-color: rgb(113,92,173); }

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