#715CB4

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

Shades of Blue Marguerite #715CB4

Tints of Blue Marguerite #715CB4

Color information

#715CB4 (or 0x715CB4) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5C and B4. RGB value is (113,92,180). Sum of RGB (Red+Green+Blue) = 113+92+180=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #715CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715CB4 is #8EA34B. Grayscale: #6B6B6B. Windows color (decimal): -9347916 or 11820145. OLE color: 11820145.

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

Color convert

RGB11392180-
CMYK0.370.4900.29
HSL254.32º36.97%53.33%-
HSV(B)254.32º48.89%70.59%-
XYZ18.8814.4644.98-
YUV108.31168.46131.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=29.35%
G=23.90%
B=46.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113921800.370.4900.29254.3236.9753.33
Hex715CB4253101Dfe2535
Octal16113426445610353764565
Binary111000110111001011010010010111000101110111111110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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