#715CBB

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

Shades of Blue Marguerite #715CBB

Tints of Blue Marguerite #715CBB

Color information

#715CBB (or 0x715CBB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5C and BB. RGB value is (113,92,187). Sum of RGB (Red+Green+Blue) = 113+92+187=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #715CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CBB is #8EA344. Grayscale: #6C6C6C. Windows color (decimal): -9347909 or 12278897. OLE color: 12278897.

HSL color Cylindrical-coordinate representation of color #715CBB: hue angle of 253.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #715CBB is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11392187-
CMYK0.400.5100.27
HSL253.26º41.13%54.71%-
HSV(B)253.26º50.8%73.33%-
XYZ19.6114.7548.83-
YUV109.11171.96130.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 187 (73.44% from 255) = 47.70%
R=28.83%
G=23.47%
B=47.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113921870.400.5100.27253.2641.1354.71
Hex715CBB283301Bfd2937
Octal16113427350630333755167
Binary111000110111001011101110100011001101101111111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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