#715EB7

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

Shades of Blue Marguerite #715EB7

Tints of Blue Marguerite #715EB7

Color information

#715EB7 (or 0x715EB7) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5E and B7. RGB value is (113,94,183). Sum of RGB (Red+Green+Blue) = 113+94+183=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #715EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715EB7 is #8EA148. Grayscale: #6D6D6D. Windows color (decimal): -9347401 or 12017265. OLE color: 12017265.

HSL color Cylindrical-coordinate representation of color #715EB7: hue angle of 252.81º 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 #715EB7 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11394183-
CMYK0.380.4900.28
HSL252.81º38.2%54.31%-
HSV(B)252.81º48.63%71.76%-
XYZ19.3614.9446.66-
YUV109.83169.29130.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 94 (37.11% from 255) = 24.10%
BLUE value IS 183 (71.88% from 255) = 46.92%
R=28.97%
G=24.10%
B=46.92%

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
Decimal113941830.380.4900.28252.8138.254.31
Hex715EB7263101Cfd2636
Octal16113626746610343754666
Binary111000110111101011011110011011000101110011111101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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