#716887

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

Shades of Kimberly #716887

Tints of Kimberly #716887

Color information

#716887 (or 0x716887) is unknown color: approx Kimberly. HEX triplet: 71, 68 and 87. RGB value is (113,104,135). Sum of RGB (Red+Green+Blue) = 113+104+135=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #716887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716887 is #8E9778. Grayscale: #6E6E6E. Windows color (decimal): -9344889 or 8874097. OLE color: 8874097.

HSL color Cylindrical-coordinate representation of color #716887: hue angle of 257.42º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #716887 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113104135-
CMYK0.160.2300.47
HSL257.42º12.97%46.86%-
HSV(B)257.42º22.96%52.94%-
XYZ16.1315.1625-
YUV110.22141.98129.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=32.10%
G=29.55%
B=38.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131041350.160.2300.47257.4212.9746.86
Hex716887101702F101d2f
Octal16115020720270574011557
Binary1110001110100010000111100001011101011111000000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716887; }

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

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

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

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

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

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

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

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