#715E87

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

Shades of Kimberly #715E87

Tints of Kimberly #715E87

Color information

#715E87 (or 0x715E87) is unknown color: approx Kimberly. HEX triplet: 71, 5E and 87. RGB value is (113,94,135). Sum of RGB (Red+Green+Blue) = 113+94+135=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #715E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E87 is #8EA178. Grayscale: #686868. Windows color (decimal): -9347449 or 8871537. OLE color: 8871537.

HSL color Cylindrical-coordinate representation of color #715E87: hue angle of 267.8º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #715E87 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11394135-
CMYK0.160.3000.47
HSL267.8º17.9%44.9%-
HSV(B)267.8º30.37%52.94%-
XYZ15.1913.2724.68-
YUV104.36145.29134.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 135 (53.12% from 255) = 39.47%
R=33.04%
G=27.49%
B=39.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113941350.160.3000.47267.817.944.9
Hex715E87101E02F10c122d
Octal16113620720360574142255
Binary11100011011110100001111000011110010111110000110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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