#715EBB

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

Shades of Blue Marguerite #715EBB

Tints of Blue Marguerite #715EBB

Color information

#715EBB (or 0x715EBB) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5E and BB. RGB value is (113,94,187). Sum of RGB (Red+Green+Blue) = 113+94+187=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #715EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715EBB is #8EA144. Grayscale: #6D6D6D. Windows color (decimal): -9347397 or 12279409. OLE color: 12279409.

HSL color Cylindrical-coordinate representation of color #715EBB: hue angle of 252.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #715EBB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11394187-
CMYK0.400.5000.27
HSL252.26º40.61%55.1%-
HSV(B)252.26º49.73%73.33%-
XYZ19.7815.148.89-
YUV110.28171.29129.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 187 (73.44% from 255) = 47.46%
R=28.68%
G=23.86%
B=47.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113941870.400.5000.27252.2640.6155.1
Hex715EBB283201Bfc2937
Octal16113627350620333745167
Binary111000110111101011101110100011001001101111111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,94,187); }

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

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

 a { background-color: rgb(113,94,187); }

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

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

 span { border-color: rgb(113,94,187); }

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