#715CAE

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

Shades of Blue Marguerite #715CAE

Tints of Blue Marguerite #715CAE

Color information

#715CAE (or 0x715CAE) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5C and AE. RGB value is (113,92,174). Sum of RGB (Red+Green+Blue) = 113+92+174=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #715CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715CAE is #8EA351. Grayscale: #6B6B6B. Windows color (decimal): -9347922 or 11426929. OLE color: 11426929.

HSL color Cylindrical-coordinate representation of color #715CAE: hue angle of 255.37º degrees, saturation: 0.34, 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 #715CAE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11392174-
CMYK0.350.4700.32
HSL255.37º33.61%52.16%-
HSV(B)255.37º47.13%68.24%-
XYZ18.2814.2241.83-
YUV107.63165.46131.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=29.82%
G=24.27%
B=45.91%

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
Decimal113921740.350.4700.32255.3733.6152.16
Hex715CAE232F020ff2234
Octal16113425643570403774264
Binary1110001101110010101110100011101111010000011111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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