#716387

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

Shades of Kimberly #716387

Tints of Kimberly #716387

Color information

#716387 (or 0x716387) is unknown color: approx Kimberly. HEX triplet: 71, 63 and 87. RGB value is (113,99,135). Sum of RGB (Red+Green+Blue) = 113+99+135=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #716387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716387 is #8E9C78. Grayscale: #6B6B6B. Windows color (decimal): -9346169 or 8872817. OLE color: 8872817.

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

Color convert

RGB11399135-
CMYK0.160.2700.47
HSL263.33º15.38%45.88%-
HSV(B)263.33º26.67%52.94%-
XYZ15.6514.1824.83-
YUV107.29143.64132.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=32.56%
G=28.53%
B=38.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113991350.160.2700.47263.3315.3845.88
Hex716387101B02F107f2e
Octal16114320720330574071756
Binary1110001110001110000111100001101101011111000001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716387; }

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

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

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

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

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

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

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

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