#715CAF

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

Shades of Blue Marguerite #715CAF

Tints of Blue Marguerite #715CAF

Color information

#715CAF (or 0x715CAF) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5C and AF. RGB value is (113,92,175). Sum of RGB (Red+Green+Blue) = 113+92+175=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #715CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715CAF is #8EA350. Grayscale: #6B6B6B. Windows color (decimal): -9347921 or 11492465. OLE color: 11492465.

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

Color convert

RGB11392175-
CMYK0.350.4700.31
HSL255.18º34.16%52.35%-
HSV(B)255.18º47.43%68.63%-
XYZ18.3814.2642.34-
YUV107.74165.96131.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=29.74%
G=24.21%
B=46.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113921750.350.4700.31255.1834.1652.35
Hex715CAF232F01Fff2234
Octal16113425743570373774264
Binary111000110111001010111110001110111101111111111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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