#715DB7

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

Shades of Blue Marguerite #715DB7

Tints of Blue Marguerite #715DB7

Color information

#715DB7 (or 0x715DB7) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5D and B7. RGB value is (113,93,183). Sum of RGB (Red+Green+Blue) = 113+93+183=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #715DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715DB7 is #8EA248. Grayscale: #6C6C6C. Windows color (decimal): -9347657 or 12017009. OLE color: 12017009.

HSL color Cylindrical-coordinate representation of color #715DB7: hue angle of 253.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #715DB7 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11393183-
CMYK0.380.4900.28
HSL253.33º38.46%54.12%-
HSV(B)253.33º49.18%71.76%-
XYZ19.2714.7646.63-
YUV109.24169.63130.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 93 (36.72% from 255) = 23.91%
BLUE value IS 183 (71.88% from 255) = 47.04%
R=29.05%
G=23.91%
B=47.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113931830.380.4900.28253.3338.4654.12
Hex715DB7263101Cfd2636
Octal16113526746610343754666
Binary111000110111011011011110011011000101110011111101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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