#715CBA

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

Shades of Blue Marguerite #715CBA

Tints of Blue Marguerite #715CBA

Color information

#715CBA (or 0x715CBA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5C and BA. RGB value is (113,92,186). Sum of RGB (Red+Green+Blue) = 113+92+186=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #715CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CBA is #8EA345. Grayscale: #6C6C6C. Windows color (decimal): -9347910 or 12213361. OLE color: 12213361.

HSL color Cylindrical-coordinate representation of color #715CBA: hue angle of 253.4º 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 #715CBA is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11392186-
CMYK0.390.5100.27
HSL253.4º40.52%54.51%-
HSV(B)253.4º50.54%72.94%-
XYZ19.514.7148.27-
YUV109171.46130.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 92 (36.33% from 255) = 23.53%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=28.90%
G=23.53%
B=47.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113921860.390.5100.27253.440.5254.51
Hex715CBA273301Bfd2937
Octal16113427247630333755167
Binary111000110111001011101010011111001101101111111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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