#716E8B

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

Shades of Kimberly #716E8B

Tints of Kimberly #716E8B

Color information

#716E8B (or 0x716E8B) is unknown color: approx Kimberly. HEX triplet: 71, 6E and 8B. RGB value is (113,110,139). Sum of RGB (Red+Green+Blue) = 113+110+139=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #716E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E8B is #8E9174. Grayscale: #727272. Windows color (decimal): -9343349 or 9137777. OLE color: 9137777.

HSL color Cylindrical-coordinate representation of color #716E8B: hue angle of 246.21º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #716E8B is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB113110139-
CMYK0.190.2100.45
HSL246.21º11.65%48.82%-
HSV(B)246.21º20.86%54.51%-
XYZ17.0516.5326.72-
YUV114.2141.99127.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=31.22%
G=30.39%
B=38.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131101390.190.2100.45246.2111.6548.82
Hex716E8B131502Df6c31
Octal16115621323250553661461
Binary111000111011101000101110011101010101101111101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716E8B; }

 p { color: rgb(113,110,139); }

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

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

 a { background-color: rgb(113,110,139); }

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

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

 span { border-color: rgb(113,110,139); }

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