#715ABC

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

Shades of Blue Marguerite #715ABC

Tints of Blue Marguerite #715ABC

Color information

#715ABC (or 0x715ABC) is unknown color: approx Blue Marguerite. HEX triplet: 71, 5A and BC. RGB value is (113,90,188). Sum of RGB (Red+Green+Blue) = 113+90+188=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #715ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715ABC is #8EA543. Grayscale: #6B6B6B. Windows color (decimal): -9348420 or 12343921. OLE color: 12343921.

HSL color Cylindrical-coordinate representation of color #715ABC: hue angle of 254.08º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #715ABC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11390188-
CMYK0.400.5200.26
HSL254.08º42.24%54.51%-
HSV(B)254.08º52.13%73.73%-
XYZ19.5414.4549.34-
YUV108.05173.12131.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=28.90%
G=23.02%
B=48.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113901880.400.5200.26254.0842.2454.51
Hex715ABC283401Afe2a37
Octal16113227450640323765267
Binary111000110110101011110010100011010001101011111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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