#715FBC

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

Shades of Blue Marguerite #715FBC

Tints of Blue Marguerite #715FBC

Color information

#715FBC (or 0x715FBC) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5F and BC. RGB value is (113,95,188). Sum of RGB (Red+Green+Blue) = 113+95+188=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #715FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715FBC is #8EA043. Grayscale: #6E6E6E. Windows color (decimal): -9347140 or 12345201. OLE color: 12345201.

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

Color convert

RGB11395188-
CMYK0.400.4900.26
HSL251.61º40.97%55.49%-
HSV(B)251.61º49.47%73.73%-
XYZ19.9815.3349.48-
YUV110.98171.46129.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 95 (37.5% from 255) = 23.99%
BLUE value IS 188 (73.83% from 255) = 47.47%
R=28.54%
G=23.99%
B=47.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113951880.400.4900.26251.6140.9755.49
Hex715FBC283101Afc2937
Octal16113727450610323745167
Binary111000110111111011110010100011000101101011111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,95,188); }

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

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

 a { background-color: rgb(113,95,188); }

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

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

 span { border-color: rgb(113,95,188); }

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