#715BBA

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

Shades of Blue Marguerite #715BBA

Tints of Blue Marguerite #715BBA

Color information

#715BBA (or 0x715BBA) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5B and BA. RGB value is (113,91,186). Sum of RGB (Red+Green+Blue) = 113+91+186=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #715BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BBA is #8EA445. Grayscale: #6C6C6C. Windows color (decimal): -9348166 or 12213105. OLE color: 12213105.

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

Color convert

RGB11391186-
CMYK0.390.5100.27
HSL253.89º40.77%54.31%-
HSV(B)253.89º51.08%72.94%-
XYZ19.4114.5448.24-
YUV108.41171.79131.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 91 (35.94% from 255) = 23.33%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=28.97%
G=23.33%
B=47.69%

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
Decimal113911860.390.5100.27253.8940.7754.31
Hex715BBA273301Bfe2936
Octal16113327247630333765166
Binary111000110110111011101010011111001101101111111110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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