#86848B

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

Shades of Topaz #86848B

Tints of Topaz #86848B

Color information

#86848B (or 0x86848B) is unknown color: approx Topaz. HEX triplet: 86, 84 and 8B. RGB value is (134,132,139). Sum of RGB (Red+Green+Blue) = 134+132+139=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 139 - color contains mainly: blue. Hex color #86848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86848B is #797B74. Grayscale: #858585. Windows color (decimal): -7961461 or 9143430. OLE color: 9143430.

HSL color Cylindrical-coordinate representation of color #86848B: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #86848B is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134132139-
CMYK0.040.0500.45
HSL257.14º2.93%53.14%-
HSV(B)257.14º5.04%54.51%-
XYZ22.7423.4327.75-
YUV133.4131.16128.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=33.09%
G=32.59%
B=34.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341321390.040.0500.45257.142.9353.14
Hex86848B4502D101335
Octal20620421345055401365
Binary100001101000010010001011100101010110110000000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86848B; }

 p { color: rgb(134,132,139); }

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

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

 a { background-color: rgb(134,132,139); }

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

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

 span { border-color: rgb(134,132,139); }

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