#715BB3

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

Shades of Blue Marguerite #715BB3

Tints of Blue Marguerite #715BB3

Color information

#715BB3 (or 0x715BB3) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5B and B3. RGB value is (113,91,179). Sum of RGB (Red+Green+Blue) = 113+91+179=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #715BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715BB3 is #8EA44C. Grayscale: #6B6B6B. Windows color (decimal): -9348173 or 11754353. OLE color: 11754353.

HSL color Cylindrical-coordinate representation of color #715BB3: hue angle of 255º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #715BB3 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11391179-
CMYK0.370.4900.30
HSL255º36.67%52.94%-
HSV(B)255º49.16%70.2%-
XYZ18.6914.2544.41-
YUV107.61168.29131.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 91 (35.94% from 255) = 23.76%
BLUE value IS 179 (70.31% from 255) = 46.74%
R=29.50%
G=23.76%
B=46.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal113911790.370.4900.3025536.6752.94
Hex715BB3253101Eff2535
Octal16113326345610363774565
Binary111000110110111011001110010111000101111011111111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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