#715AB9

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

Shades of Blue Marguerite #715AB9

Tints of Blue Marguerite #715AB9

Color information

#715AB9 (or 0x715AB9) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5A and B9. RGB value is (113,90,185). Sum of RGB (Red+Green+Blue) = 113+90+185=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #715AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715AB9 is #8EA546. Grayscale: #6B6B6B. Windows color (decimal): -9348423 or 12147313. OLE color: 12147313.

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

Color convert

RGB11390185-
CMYK0.390.5100.27
HSL254.53º40.43%53.92%-
HSV(B)254.53º51.35%72.55%-
XYZ19.2214.3347.65-
YUV107.71171.62131.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.12%
GREEN value IS 90 (35.55% from 255) = 23.20%
BLUE value IS 185 (72.66% from 255) = 47.68%
R=29.12%
G=23.20%
B=47.68%

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
Decimal113901850.390.5100.27254.5340.4353.92
Hex715AB9273301Bff2836
Octal16113227147630333775066
Binary111000110110101011100110011111001101101111111111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,90,185); }

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

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

 a { background-color: rgb(113,90,185); }

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

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

 span { border-color: rgb(113,90,185); }

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