#86979B

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

Shades of Submarine #86979B

Tints of Submarine #86979B

Color information

#86979B (or 0x86979B) is unknown color: approx Submarine. HEX triplet: 86, 97 and 9B. RGB value is (134,151,155). Sum of RGB (Red+Green+Blue) = 134+151+155=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #86979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86979B is #796864. Grayscale: #929292. Windows color (decimal): -7956581 or 10196870. OLE color: 10196870.

HSL color Cylindrical-coordinate representation of color #86979B: hue angle of 191.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86979B is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134151155-
CMYK0.140.0300.39
HSL191.43º9.5%56.67%-
HSV(B)191.43º13.55%60.78%-
XYZ26.8129.5735.3-
YUV146.37132.87119.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=30.45%
G=34.32%
B=35.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341511550.140.0300.39191.439.556.67
Hex86979BE3027bfa39
Octal2062272331630472771271
Binary1000011010010111100110111110110100111101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,151,155); }

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

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

 a { background-color: rgb(134,151,155); }

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

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

 span { border-color: rgb(134,151,155); }

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